CommandPacketParameter Members (Windows Embedded CE 6.0)

1/5/2010

This class defines a single parameter in a T:Microsoft.RemoteToolSdk.PluginComponents.CommandPacket. It can be a WORD, DWORD, String, or an array of bytes.

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

Public Constructors

  Name Description
CommandPacketParameter Constructs a Command Packet Parameter.

Top

Public Properties

  Name Description
Bb509912.pubproperty(en-US,WinEmbedded.60).gif BytesParameter The value of the data contained in this parameter, cast as an array of bytes.
Bb509912.pubproperty(en-US,WinEmbedded.60).gif DWORDParameter The value of the data contained in this parameter, cast as a DWORD.
Bb509912.pubproperty(en-US,WinEmbedded.60).gif Parameter The value of the data contained in this parameter, left as an untyped object.
Bb509912.pubproperty(en-US,WinEmbedded.60).gif StringParameter The value of the data contained in this parameter, cast as a string.
Bb509912.pubproperty(en-US,WinEmbedded.60).gif Type The Type of data contained in this parameter.
Bb509912.pubproperty(en-US,WinEmbedded.60).gif WORDParameter The value of the data contained in this parameter, cast as a WORD.

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb509912.pubmethod(en-US,WinEmbedded.60).gif Equals  Overloaded. (inherited from Object )
Bb509912.pubmethod(en-US,WinEmbedded.60).gif GetHashCode  (inherited from Object )
Bb509912.pubmethod(en-US,WinEmbedded.60).gif GetType  (inherited from Object )
Bb509912.pubmethod(en-US,WinEmbedded.60).gifBb509912.static(en-US,WinEmbedded.60).gif ReferenceEquals  (inherited from Object )
Bb509912.pubmethod(en-US,WinEmbedded.60).gif ToString Overridden. Returns a string representation of the actual parameter.

Top

Protected Methods

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

Top

See Also

Reference

CommandPacketParameter Class
Microsoft.RemoteToolSdk.PluginComponents Namespace