Parameters assocaited with the response to SnapshotDevice request.
| C# | Visual Basic | Visual C++ |
public class SnapshotDeviceResponseArgs : ThirdPartyCallController..::.ThirdPartyCallControlCommonResponseArgs
Public Class SnapshotDeviceResponseArgs _ Inherits ThirdPartyCallController..::.ThirdPartyCallControlCommonResponseArgs
public ref class SnapshotDeviceResponseArgs : public ThirdPartyCallController..::.ThirdPartyCallControlCommonResponseArgs
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| 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.) | |
| getUserState |
The User State object the application sent with the original request.
(Inherited from ThirdPartyCallController..::.ThirdPartyCallControlCommonResponseArgs.) |
| Object | |||
| EventArgs | |||
| ThirdPartyCallController..::.ThirdPartyCallControlCommonResponseArgs | |||
| ThirdPartyCallController..::.SnapshotDeviceResponseArgs | |||
Assembly: ServiceProvider (Module: ServiceProvider)