Reference Library
IDevice Interface
NamespacesAvaya.ApplicationEnablement.DMCCIDevice
Defines all the interfaces for Device.
Declaration Syntax
C#Visual BasicVisual C++
public interface IDevice
Public Interface IDevice
public interface class IDevice
Members
All MembersMethodsEvents



IconMemberDescription
GetDeviceId(String, String, String, Boolean, Object)
Send a GetDeviceId XML message to the server.

GetDeviceId(String, String, String, Boolean, Device..::..GetDeviceIdDeviceInstance, Object)
Send a GetDeviceId XML message to the server.

Supported in: 5.2.0


GetDeviceId(ServiceProvider..::..TransferMonitorObjectsEventArgs, String, Object)
This method is used when you already have a device Id. It should be use while processing a TransferMonitorObjects Response. This method will do all the necessary plumbing in the API to handle the monitors and messages which are targeted at this deviceId. This method will result in the callbacks for the device id being created and also the monitors being created.

OnGetDeviceIdResponse
Event for the response to a GetDeviceId

OnReleaseDeviceIdResponse
Event for the response to a ReleaseDeviceId

ReleaseDeviceId(Object)
Send a ReleaseDeviceId XML message to the server.

Assembly: ServiceProvider (Module: ServiceProvider)