Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
Represents a communication mechanism from the desktop application to the smart device application.
The following tables list the members exposed by the CommandTransport type.
Public Properties
| Name | Description | |
|---|---|---|
![]() |
ConnectionState | Returns the status of the connection. |
![]() |
DeviceGuid | GUID of the device this stream is running on. |
![]() |
ServiceGuid | GUID of the service, as specified in the Remote Tool Bundler input file. |
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
![]() |
DeleteDirectory | Deletes a directory on the device. |
![]() |
DeleteFile | Deletes a file on the device. |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() |
LaunchProcess | Launches a process on the device. |
![]() |
MakeDirectory | Creates a directory on the device |
![]() |
ProcessCommand | This method will send a CommandPacket to the device-side application. The device side application's callback function will then act upon this packet. The device side application will return a CommandPacket at the end of the callback function. This CommandPacket may or may not have data in it; that is up to the implementation. |
![]() |
ReceiveCommand | Receives a command from the device app, synchronously. It blocks until a command is available. |
![]() |
ReceiveFile | Copies a file from the device to the desktop. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
SendCommand | Sends a command to the device-side application, asynchronously. No return value is expected from the device app. |
![]() |
SendFile | Sends a file from the desktop to the device. |
![]() |
StopService | Stops the device side app, and terminates the CommandTransport connection. |
![]() |
ToString | Overridden. This makes the command transport easier to follow in the debugger. |
Top
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
CommandTransport Class
Microsoft.RemoteToolSdk.PluginComponents Namespace
.gif)
.gif)
.gif)
.gif)