mirror of
https://github.com/esiur/esiur-js.git
synced 2025-05-06 04:22:58 +00:00
rep
This commit is contained in:
parent
10aa5d2a22
commit
1fcde7fda6
@ -25,17 +25,17 @@ export const 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