LegacyTelogisServiceDisconnectDevice Method |
Print this page
Namespace: Telogis.API Syntax public void DisconnectDevice(
long unitId,
long deviceId
)
Public Sub DisconnectDevice (
unitId As Long,
deviceId As Long
)
Parameters
- unitId
- Type: SystemInt64
The ID of the
Unit
which the
Device
is currently connected to
- deviceId
- Type: SystemInt64
The ID of the
Device
Remarks
You cannot disconnect a fixed device. An exception will be thrown if you attempt
to disconnect a device that is not connected.
See Also