TLocationInfoType
Syntax
typedef enum {
LocationInfoAllLocations,
LocationInfoLocationData,
LocationInfoMonitorLocation,
LocationInfoCancelMonitorLocation,
LocationInfoMonitorAllLocations,
LocationInfoCancelMonitorAllLocations,
LocationInfoLocationMonitorCanceled,
LocationInfoAllLocationsMonitorCanceled
} TLocationInfoType;
Values
- LocationInfoAllLocations — Requests information about all remote locations currently configured.
- LocationInfoLocationData — Requests information about the specified location.
- LocationInfoMonitorLocation — Requests that the specified location be monitored.
- LocationInfoCancelMonitorLocation — Requests that the specified location no longer be monitored.
- LocationInfoMonitorAllLocations — Requests that all locations be monitored.
- LocationInfoCancelMonitorAllLocations — Requests that all locations no longer be monitored.
- LocationInfoLocationMonitorCanceled — Notifies clients that monitoring of the specified location was canceled.
- LocationInfoAllLocationsMonitorCanceled — Notifies clients that monitoring of all locations was canceled.
This page was last edited on June 27, 2017, at 20:22.
Comments or questions about this documentation? Contact us for support!
