IRemoteToolCommand (Compact 2013)
3/26/2014
This interface represents a command packet, which you can use to store data to send to a target device, or to access data sent from the device.
Method |
Description |
---|---|
Retrieves the amount of bytes left in the command packet. |
|
Gets a BYTE array value from the command packet. |
|
Gets a DWORD value from the command packet. |
|
Gets the type of the next data element in the command packet. |
|
Gets a string value from the command packet. |
|
Gets a WORD value from the command packet. |
|
Modifies a BYTE array value in a random-access command packet. |
|
Modifies a DWORD value in a random-access command packet. |
|
Modifies a string value in a random-access command packet. |
|
Modifies a WORD value in a random-access command packet. |
|
Resets the content of the command packet to its initial state. |
|
This method is obsolete. Do not call this method. |
|
Adds a BYTE array value to a command packet. |
|
Adds a BYTE array value to a command packet and makes it randomly accessible so that you can later modify the value with IRemoteToolCommand::ModifyBYTES. |
|
Adds a string value to a command packet. |
|
Adds a string value to a command packet and makes it randomly accessible so you can modify the value later with IRemoteToolCommand::ModifyString. |
|
Adds a WORD value to a command packet. |
|
Adds a WORD value to a command packet and makes it randomly accessible so you can modify the value later with IRemoteToolCommand::ModifyWORD. |
|
Adds a DWORD value to a command packet. |
|
Adds a DWORD value to a command packet and makes it randomly accessible so that you can later modify the value with IRemoteToolCommand::ModifyDWORD. |
The following table displays the public properties associated with this interface.
Property |
Description |
---|---|
Command |
Gets or sets the command ID for the command packet. |