Click or drag to resize
Device Class
Print this page
A device that is placed inside a vehicle and connected to a Unit . Devices may have Input s and Output s.
Inheritance Hierarchy
SystemObject
  Telogis.APIDevice

Namespace: Telogis.API
  
  
Syntax
public class Device

The Device type exposes the following members.

Properties
  NameDescription
Public propertyConnected
Public propertyFixed
Public propertyID
Public propertyName
Top
Fields
  NameDescription
Public fieldConnected
True if the device is currently connected, otherwise false
Public fieldFixed
An example of a device that is not fixed is a cellphone
Public fieldID
Unique ID of the device
Public fieldName
Name of the device
Top
Remarks
Devices are identified by their ID . This ID is used to connect a device to a unit using the ConnectDevice(Int64, Int64) method. Device connections are persistent. To disconnect a device use the DisconnectDevice(Int64, Int64) method.
See Also