CommandTransport Members (Windows Embedded CE 6.0)

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
Bb521896.pubproperty(en-US,WinEmbedded.60).gif ConnectionState Returns the status of the connection.
Bb521896.pubproperty(en-US,WinEmbedded.60).gif DeviceGuid GUID of the device this stream is running on.
Bb521896.pubproperty(en-US,WinEmbedded.60).gif ServiceGuid GUID of the service, as specified in the Remote Tool Bundler input file.

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb521896.pubmethod(en-US,WinEmbedded.60).gif DeleteDirectory Deletes a directory on the device.
Bb521896.pubmethod(en-US,WinEmbedded.60).gif DeleteFile Deletes a file on the device.
Bb521896.pubmethod(en-US,WinEmbedded.60).gif Equals  Overloaded. (inherited from Object )
Bb521896.pubmethod(en-US,WinEmbedded.60).gif GetHashCode  (inherited from Object )
Bb521896.pubmethod(en-US,WinEmbedded.60).gif GetType  (inherited from Object )
Bb521896.pubmethod(en-US,WinEmbedded.60).gif LaunchProcess Launches a process on the device.
Bb521896.pubmethod(en-US,WinEmbedded.60).gif MakeDirectory Creates a directory on the device
Bb521896.pubmethod(en-US,WinEmbedded.60).gif 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.
Bb521896.pubmethod(en-US,WinEmbedded.60).gif ReceiveCommand Receives a command from the device app, synchronously. It blocks until a command is available.
Bb521896.pubmethod(en-US,WinEmbedded.60).gif ReceiveFile Copies a file from the device to the desktop.
Bb521896.pubmethod(en-US,WinEmbedded.60).gifBb521896.static(en-US,WinEmbedded.60).gif ReferenceEquals  (inherited from Object )
Bb521896.pubmethod(en-US,WinEmbedded.60).gif SendCommand Sends a command to the device-side application, asynchronously. No return value is expected from the device app.
Bb521896.pubmethod(en-US,WinEmbedded.60).gif SendFile Sends a file from the desktop to the device.
Bb521896.pubmethod(en-US,WinEmbedded.60).gif StopService Stops the device side app, and terminates the CommandTransport connection.
Bb521896.pubmethod(en-US,WinEmbedded.60).gif ToString Overridden. This makes the command transport easier to follow in the debugger.

Top

Protected Methods

  Name Description
Bb521896.protmethod(en-US,WinEmbedded.60).gif Finalize  (inherited from Object )
Bb521896.protmethod(en-US,WinEmbedded.60).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

CommandTransport Class
Microsoft.RemoteToolSdk.PluginComponents Namespace