Reference Library
ThirdPartyCallController..::..SnapshotDeviceResponseArgs Class
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerThirdPartyCallController..::..SnapshotDeviceResponseArgs
Parameters associated with the response to SnapshotDevice request.
Declaration Syntax
C#Visual BasicVisual C++
Public Class SnapshotDeviceResponseArgs _
	Inherits ThirdPartyCallController..::..ThirdPartyCallControlCommonResponseArgs
public ref class SnapshotDeviceResponseArgs : public ThirdPartyCallController..::..ThirdPartyCallControlCommonResponseArgs
Members
All MembersProperties



IconMemberDescription
getDeviceIdAsString
The device id in string format. Use ServiceProvider.getDevice if you want to get the Device objected that is associated with the this string.

getDeviceInfoList
Information about the device.

getError
Exception, if any, returned from the server.
(Inherited from ThirdPartyCallController..::..ThirdPartyCallControlCommonResponseArgs.)
getInvokeId
Invoke Id associated with the original request to the server.
(Inherited from ThirdPartyCallController..::..ThirdPartyCallControlCommonResponseArgs.)
getServiceState
The state of a station/device specified as inService, outOfService, or unknown.

inService - The station is in service. outOfService - The station is out of service. unknown - The station's service state is unknown.

Supported in: 6.2.0


getStationStatus
The status of the station/device specified as busy or idle.

busy - This state is returned if the station is active with a call or out of service. idle - This state is returned if the station is in service and not active with any call.

Supported in: 6.2.0


getUserState
The User State object the application sent with the original request.
(Inherited from ThirdPartyCallController..::..ThirdPartyCallControlCommonResponseArgs.)
Inheritance Hierarchy
Object
EventArgs
 ThirdPartyCallController..::..ThirdPartyCallControlCommonResponseArgs
  ThirdPartyCallController..::..SnapshotDeviceResponseArgs

Assembly: ServiceProvider (Module: ServiceProvider)