LegacyTelogisServiceConnectDevice Method |
Print this page
Namespace: Telogis.API Syntax public void ConnectDevice(
long unitId,
long deviceId
)
Public Sub ConnectDevice (
unitId As Long,
deviceId As Long
)
Parameters
- unitId
- Type: SystemInt64
ID of the
Unit - deviceId
- Type: SystemInt64
ID of the
Device
Remarks
You cannot connect (or disconnect) a fixed device. An exception will be thrown if you
attempt to connect an already connected device.
See Also