Share via


DATATYPE (Compact 2013)

3/26/2014

The following table displays the list of constants used to describe data types in IRemoteToolCommand::GetNextType.

Value

Description

DATATYPE_BYTES

Indicates that a data element in the command packet is a BYTE array.

DATATYPE_DWORD

Indicates that a data element in the command packet is a DWORD.

DATATYPE_END

Indicates that there are no more data elements in the command packet.

DATATYPE_WORD

Indicates that a data element in the command packet is a WORD.

DATATYPE_WSTR

Indicates that a data element in the command packet is a string.

See Also

Reference

Remote Tools Server Constants
IRemoteToolCommand::GetNextType