Click or drag to resize
LegacyTelogisServiceDisconnectDevice Method
Print this page
Disconnect a Device from a Unit .

Namespace: Telogis.API
 
Syntax
public void DisconnectDevice(
	long unitId,
	long deviceId
)

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