IDeviceAgentTransport Members
Include Protected Members
Include Inherited Members
Used to communicate with a RemoteAgent on the desktop computer.
The IDeviceAgentTransport type exposes the following members.
Methods
Name
Description
Accepts a connection initiated when RemoteAgent.CreatePacketStream is called on the desktop computer. The method then prepares the device packet stream argument for data transfer.
Registers an array of service IDs. The device agent can accept connection requests from the development computer whose service ID is in the array.
Registers a callback to receive notification before the agent is shutdown.
Cancels the registration of the callback. The callback will no longer receive shutdown notification.
Top