mirror of
https://github.com/esiur/esiur-js.git
synced 2025-05-06 12:32:58 +00:00
rep
This commit is contained in:
parent
10aa5d2a22
commit
1fcde7fda6
@ -25,17 +25,17 @@ export const RepresentationTypeIdentifier = {
|
|||||||
UInt8 : 0x3,
|
UInt8 : 0x3,
|
||||||
Int8 : 0x4,
|
Int8 : 0x4,
|
||||||
Char : 0x5,
|
Char : 0x5,
|
||||||
Int16 : 0x6,
|
UInt16 : 0x6,
|
||||||
UInt16 : 0x7,
|
Int16 : 0x7,
|
||||||
Int32 : 0x8,
|
UInt32 : 0x8,
|
||||||
UInt32 : 0x9,
|
Int32 : 0x9,
|
||||||
Float32 : 0xA,
|
Float32 : 0xA,
|
||||||
Int64 : 0xB,
|
UInt64 : 0xB,
|
||||||
UInt64 : 0xC,
|
Int64 : 0xC,
|
||||||
Float64 : 0xD,
|
Float64 : 0xD,
|
||||||
DateTime : 0xE,
|
DateTime : 0xE,
|
||||||
Int128 : 0xF,
|
UInt128 : 0xF,
|
||||||
UInt128 : 0x10,
|
Int128 : 0x10,
|
||||||
Decimal : 0x11,
|
Decimal : 0x11,
|
||||||
String : 0x12,
|
String : 0x12,
|
||||||
RawData : 0x13,
|
RawData : 0x13,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user