CommandPacket Members (Windows Embedded CE 6.0)

1/5/2010

This class defines a Command Packet. Command Packets are the blob of data sent back and forth between the desktop and the device. A command packet has a Command ID, and a variable list of parameters (see T:Microsoft.RemoteToolSdk.PluginComponents.CommandPacketParameter).

The following tables list the members exposed by the CommandPacket type.

Public Constructors

  Name Description
CommandPacket Constructs an empty Command Packet.

Top

Public Properties

  Name Description
Bb522017.pubproperty(en-US,WinEmbedded.60).gif CommandId Command ID for the Command Packet
Bb522017.pubproperty(en-US,WinEmbedded.60).gif Count Command ID for the command packet.
Bb522017.pubproperty(en-US,WinEmbedded.60).gif Item Returns a parameter given an index.

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb522017.pubmethod(en-US,WinEmbedded.60).gif AddParameterBytes Adds an array of bytes to the Command Packet.
Bb522017.pubmethod(en-US,WinEmbedded.60).gif AddParameterDWORD Adds a DWORD to the Command Packet.
Bb522017.pubmethod(en-US,WinEmbedded.60).gif AddParameterString Adds a string to the Command Packet.
Bb522017.pubmethod(en-US,WinEmbedded.60).gif AddParameterWORD Adds a WORD to the Command Packet.
Bb522017.pubmethod(en-US,WinEmbedded.60).gif Equals  Overloaded. (inherited from Object )
Bb522017.pubmethod(en-US,WinEmbedded.60).gif GetHashCode  (inherited from Object )
Bb522017.pubmethod(en-US,WinEmbedded.60).gif GetNextParameter Returns the next parameter on the list.
Bb522017.pubmethod(en-US,WinEmbedded.60).gif GetParameterBytes Returns an array of bytes from the packet.
Bb522017.pubmethod(en-US,WinEmbedded.60).gif GetParameterDWORD Returns a DWORD from the packet.
Bb522017.pubmethod(en-US,WinEmbedded.60).gif GetParameterString Returns a string from the packet.
Bb522017.pubmethod(en-US,WinEmbedded.60).gif GetParameterWORD Returns a WORD from the packet.
Bb522017.pubmethod(en-US,WinEmbedded.60).gif GetType  (inherited from Object )
Bb522017.pubmethod(en-US,WinEmbedded.60).gifBb522017.static(en-US,WinEmbedded.60).gif ReferenceEquals  (inherited from Object )
Bb522017.pubmethod(en-US,WinEmbedded.60).gif RenderGeneric Enumerates the data in the Command Packet using a T:Microsoft.RemoteToolSdk.PluginComponents.GenericDataAcceptor.
Bb522017.pubmethod(en-US,WinEmbedded.60).gif ToString  (inherited from Object )

Top

Protected Methods

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

Top

See Also

Reference

CommandPacket Class
Microsoft.RemoteToolSdk.PluginComponents Namespace