Voice Platform SDK 8.5 API Reference

TLocationInfoType

Syntax



typedef enum {
	LocationInfoAllLocations,
	LocationInfoLocationData,
	LocationInfoMonitorLocation,
	LocationInfoCancelMonitorLocation,
	LocationInfoMonitorAllLocations,
	LocationInfoCancelMonitorAllLocations,
	LocationInfoLocationMonitorCanceled,
	LocationInfoAllLocationsMonitorCanceled
} TLocationInfoType;


Top of Page

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.


Top of Page


Send comments on this topic.
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.