CommandPacketParameterType Enumeration (Windows Embedded CE 6.0)

1/5/2010

Types of data that can be stored in the Command Packet Parameter.

Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)

Syntax

public enum CommandPacketParameterType
'Declaration
Public Enumeration CommandPacketParameterType

Members

Member name Description
Bytes A byte[] array
DWORD A 32-bit integer value
End Reserved. Do not use.
Error Reserved. Do not use.
String A string
WORD A 16-bit integer value.

See Also

Reference

Microsoft.RemoteToolSdk.PluginComponents Namespace