Enum CommDataType
- Namespace
- AT.Librarys.Container.Toolkit.Communication
- Assembly
- AT.Librarys.Container.dll
通讯数据类型
public enum CommDataType
- Extension Methods
Fields
Bool = 1布尔
Byte = 28位整数
Double = 10双精度浮点类型
Float = 9单精度浮点类型
Int = 5整形
KeyValue = 11键值结构体
Long = 7长整形
Short = 3短整型
String = 0字符串
Uint = 6无符号整形
Ulong = 8无符号长整形
Ushort = 4无符号短整型