IRemoteToolStream (Compact 2013)
3/26/2014
This interface represents a stream-based connection between the desktop and the device. You can use this interface to send and receive command packets (IRemoteToolCommand) from the desktop to a target device.
Method |
Description |
---|---|
Registers a callback to be called when a command is received from a device. |
|
Disconnects the stream. |
|
For internal use only. Instructs the device-side code to become a proxy for deployment of plug-ins. |
|
Check the connection status of the stream. |
|
Fully process, or send and receive, a command. In other words, you send a command to the device and then wait for the response from the device. This function blocks until the command returns or the connection is broken. |
|
This method is obsolete and is only available for backwards compatibility purposes. Do not use. |
|
Sends a command to the device. The response from the device should be obtained asynchronously by using IRemoteToolCommandSink. |
|
Sends a command to the device with a tracking ID. The response from the device should be obtained asynchronously by using IRemoteToolCommandSink. |
|
Instructs the device-side plug-in to stop processing commands and shut down. |
|
Unregisters the callback registered by IRemoteToolStream::Advise. |