mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-05-06 04:02:57 +00:00
uint order
This commit is contained in:
parent
6e67938553
commit
8c5a4a0e98
@ -18,17 +18,17 @@ class RepresentationTypeIdentifier {
|
||||
UInt8 = 0x3,
|
||||
Int8 = 0x4,
|
||||
Char = 0x5,
|
||||
Int16 = 0x6,
|
||||
UInt16 = 0x7,
|
||||
Int32 = 0x8,
|
||||
UInt32 = 0x9,
|
||||
UInt16 = 0x6,
|
||||
Int16 = 0x7,
|
||||
UInt32 = 0x8,
|
||||
Int32 = 0x9,
|
||||
Float32 = 0xA,
|
||||
Int64 = 0xB,
|
||||
UInt64 = 0xC,
|
||||
UInt64 = 0xB,
|
||||
Int64 = 0xC,
|
||||
Float64 = 0xD,
|
||||
DateTime = 0xE,
|
||||
Int128 = 0xF,
|
||||
UInt128 = 0x10,
|
||||
UInt128 = 0xF,
|
||||
Int128 = 0x10,
|
||||
Decimal = 0x11,
|
||||
String = 0x12,
|
||||
RawData = 0x13,
|
||||
|
Loading…
x
Reference in New Issue
Block a user