milestonexprotectwspython.xpwdevice
Module: xpwdevice.py
Revision History
Date | Version | Description |
---|---|---|
2023/07/11 | 1.0.0.0 | Initial Version. |
Device information base class.
Supplemental documentation can be found at: https://doc.milestonesys.com/latest/en-US/standard_features/sf_mc/sf_ui/mc_devicestabs_devices.htm#MC_InfoTabExplained.htm
Threadsafety:
This class is fully thread-safe.
Geographic location of the device in the format latitude, longitude, and potentially altitude.
Returns:
The GisPoint property value.
The format is "POINT (LATITUDE LONGITUDE)" and if you want to clear the
coordinates, the value to use is "POINT EMPTY".
Examples: "POINT (55.656932878513 12.3763545558449)" "POINT EMPTY".
Can also include altitude; if so the format is "POINT (LATITUDE LONGITUDE ALTITUDE)".
The value determines the position of the device icon on the smart map in XProtect Smart Client.
The globally unique identifier of the hardware, with which the device is connected.
Returns:
The HardwareId property value.