typedef enum { LocationInfoAllLocations, LocationInfoLocationData, LocationInfoMonitorLocation, LocationInfoCancelMonitorLocation, LocationInfoMonitorAllLocations, LocationInfoCancelMonitorAllLocations, LocationInfoLocationMonitorCanceled, LocationInfoAllLocationsMonitorCanceled } TLocationInfoType;
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.