mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-09-13 20:43:19 +00:00
a
This commit is contained in:
@@ -14,21 +14,31 @@ public enum TransmissionTypeIdentifier : byte
|
||||
UInt8 = 0x8,
|
||||
Int8 = 0x9,
|
||||
Char8 = 0xA,
|
||||
Int16 = 0x10,
|
||||
UInt16 = 0x11,
|
||||
LocalResource8 = 0xB,
|
||||
RemoteResource8 = 0xC,
|
||||
LocalProcedure8 = 0xD,
|
||||
RemoteProcedure8 = 0xE,
|
||||
UInt16 = 0x10,
|
||||
Int16 = 0x11,
|
||||
Char16 = 0x12,
|
||||
Int32 = 0x18,
|
||||
UInt32 = 0x19,
|
||||
LocalResource16 = 0x13,
|
||||
RemoteResource16 = 0x14,
|
||||
LocalProcedure16 = 0x15,
|
||||
RemoteProcedure16 = 0x16,
|
||||
UInt32 = 0x18,
|
||||
Int32 = 0x19,
|
||||
Float32 = 0x1A,
|
||||
Resource = 0x1B,
|
||||
ResourceLocal = 0x1C,
|
||||
Int64 = 0x20,
|
||||
UInt64 = 0x21,
|
||||
LocalResource32 = 0x1B,
|
||||
RemoteResource32 = 0x1C,
|
||||
LocalProcedure32 = 0x1D,
|
||||
RemoteProcedure32 = 0x1E,
|
||||
UInt64 = 0x20,
|
||||
Int64 = 0x21,
|
||||
Float64 = 0x22,
|
||||
DateTime = 0x23,
|
||||
Int128 = 0x28,
|
||||
UInt128 = 0x29,
|
||||
Float128 = 0x2A,
|
||||
UInt128 = 0x28,
|
||||
Int128 = 0x29,
|
||||
Decimal128 = 0x2A,
|
||||
|
||||
RawData = 0x40,
|
||||
String = 0x41,
|
||||
@@ -37,17 +47,15 @@ public enum TransmissionTypeIdentifier : byte
|
||||
RecordList = 0x44,
|
||||
Map = 0x45,
|
||||
MapList = 0x46,
|
||||
//Tuple = 0x47,
|
||||
|
||||
Record = 0x80,
|
||||
TypedList = 0x81,
|
||||
TypedMap = 0x82,
|
||||
Tuple = 0x83,
|
||||
Enum = 0x84,
|
||||
Constant = 0x85
|
||||
//TypedResourceList = 0x81,
|
||||
//TypedRecordList = 0x82,
|
||||
TypedTuple = 0x83,
|
||||
TypedEnum = 0x84,
|
||||
TypedConstant = 0x85,
|
||||
|
||||
ResourceLink = 0xC0
|
||||
}
|
||||
|
||||
public enum TransmissionTypeClass
|
||||
|
Reference in New Issue
Block a user