From 1fcde7fda6a6eac078f6cb9b168f9ef6ca0a0875 Mon Sep 17 00:00:00 2001 From: ahmed Date: Fri, 21 Feb 2025 20:35:50 +0300 Subject: [PATCH] rep --- src/Data/RepresentationType.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Data/RepresentationType.js b/src/Data/RepresentationType.js index d67360c..54b655f 100644 --- a/src/Data/RepresentationType.js +++ b/src/Data/RepresentationType.js @@ -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,