Defines all the interfaces for Device.
| C# | Visual Basic | Visual C++ |
public interface IDevice
Public Interface IDevice
public interface class IDevice
| All Members | Methods | Events | |||
| Icon | Member | Description |
|---|---|---|
| GetDeviceId(String, String, String, Boolean, Object) |
Send a GetDeviceId XML message to the server.
| |
| 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)