DataType Enumeration
Visual Studio 2008
Indicates the type of object in the Packet.
Assembly: Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)
| Member name | Description | |
|---|---|---|
| InvalidType | Invalid data type or end of packet (EOP). Usually means you have reached the end of packet and there is no more data. | |
| ByteType | The next byte in packet is of type Byte. | |
| Int32Type | The next byte in packet is of type Int32. | |
| CharType | The next byte in packet is of type Char. | |
| BoolType | The next byte in packet is of type Boolean. | |
| ByteArrayType | The next byte in packet is of type Byte []. | |
| StringType | The next byte in packet is of type String. |