Property |
Type |
Details |
Callsign |
String |
The callsign (or UNIT ID) of the unit. If blank or empty, device is considered logged off, else it is considered logged on. |
IpAddress |
String |
The address of he unit. If monitored system is IP based, this will be the hex representation of the IP Address (e.g. 0A0A0101 is 10.10.1.1). If a Motorola radio system, this will be the radio ID. |
CadId |
String |
The unique ID assigned to the device that is not used to address the terminal. |
DepartmentName |
String |
The department or primary group the device belongs to. |
Version |
String |
The version of the software in the unit. |
LastStatus |
String |
The last unit only status of the device. Note also, the property 'DigestedStatus' is used to describe the current status of the unit where 1 or more events are assigned to a unit. Assigned event status will override the unit status. |
DigestedStatus |
String |
The last unit or event status of the device. If events assigned, this is the last status change in the AssignedEvents, else this is the LastStatus value. |
CoordinateDefinition |
CoordinateDefinition |
Details about the device Location, Speed and Heading as provided in the ETSI LIP specification |
AssignedEvents |
AssignedEvent |
Details fo events assigned to the unit |
#### String Format ####
IpAddress:{0} CarId:{1} Callsign:{2} DepartmentName:{3} Version:{4} LastStatus:{5} DigestedStatus:{6} LogonMessage:{7} CoordinateDefinition:{8}
### CoordinateDefinition ###
#### Properties ####