IRemoteToolCommandSink2 (Compact 2013)
3/26/2014
You can implement this interface to receive notifications when the Remote Tool Server receives a command packet from the device associated with a specific instance of IRemoteToolStream.
An implementation of IRemoteToolCommandSink2 must also implement IRemoteToolCommandSink so that you can register the callback. For more information, see IRemoteToolStream::Advise.
Method |
Description |
---|---|
Called when the Remote Tool Server receives a command packet from the device associated with a specific instance of IRemoteToolStream. Inherited from IRemoteToolCommandSink. |
|
Called when the Remote Tool Server receives a command packet from the device associated with a specific instance of IRemoteToolStream. This callback method provides more information about the command packet. |
|
Called when a stream, or command transport, is closed. |