DataType 列挙体
更新 : 2007 年 11 月
Packet 内のオブジェクトの型を示します。
名前空間 : Microsoft.SmartDevice.Connectivity
アセンブリ : Microsoft.SmartDevice.Connectivity (Microsoft.SmartDevice.Connectivity.dll 内)
構文
'宣言
Public Enumeration DataType
'使用
Dim instance As DataType
public enum DataType
public enum class DataType
public enum DataType
メンバ
メンバ名 | 説明 | |
---|---|---|
InvalidType | 無効なデータ型か、パケットの末尾 (EOP: End of Packet) です。通常は、パケットの末尾に達してそれ以上データがないことを示します。 | |
ByteType | パケット内の次のバイトは Byte 型です。 | |
Int32Type | パケット内の次のバイトは Int32 型です。 | |
CharType | パケット内の次のバイトは Char 型です。 | |
BoolType | パケット内の次のバイトは Boolean 型です。 | |
ByteArrayType | パケット内の次のバイトは Byte [] 型です。 | |
StringType | パケット内の次のバイトは String 型です。 |
解説
この列挙体は、Packet クラスで、パケット内のデータの型を示すために使用されます。