Types

* 数字有字节序,大端字节序 * 时间和日期是内置的组合类型,顺序是固定的,其中占用2个byte的有字节序 (日期时间内置组合是因为其字段固定还比较常用,比自定义结构省去存储字段类型的空间) *

Values

ValueMeaning
End0x00
Char0x01
UChar0x02
ByteChar
UByteUChar
Bool0x03
Short0x04
UShort0x05
Int0x06
UInt0x07
Long0x08
ULong0x09
Float0x0A
Double0x0B
Time0x0C
Date0x0D
DateTime0x0E
Struct0x0F
Array0x10

Meta