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
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 | |
|---|---|---|
![]() |
CommandId | Command ID for the Command Packet |
![]() |
Count | Command ID for the command packet. |
![]() |
Item | Returns a parameter given an index. |
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
![]() |
AddParameterBytes | Adds an array of bytes to the Command Packet. |
![]() |
AddParameterDWORD | Adds a DWORD to the Command Packet. |
![]() |
AddParameterString | Adds a string to the Command Packet. |
![]() |
AddParameterWORD | Adds a WORD to the Command Packet. |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetNextParameter | Returns the next parameter on the list. |
![]() |
GetParameterBytes | Returns an array of bytes from the packet. |
![]() |
GetParameterDWORD | Returns a DWORD from the packet. |
![]() |
GetParameterString | Returns a string from the packet. |
![]() |
GetParameterWORD | Returns a WORD from the packet. |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
RenderGeneric | Enumerates the data in the Command Packet using a T:Microsoft.RemoteToolSdk.PluginComponents.GenericDataAcceptor. |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
CommandPacket Class
Microsoft.RemoteToolSdk.PluginComponents Namespace
.gif)
.gif)
.gif)
.gif)