Datos Soportados

También podría gustarte

Está en la página 1de 1

case TypeCode.

Boolean: V

case TypeCode.Char:
case TypeCode.Byte:
case TypeCode.Int16: V
case TypeCode.UInt16: V
case TypeCode.Int32:
case TypeCode.UInt32: V
case TypeCode.Int64:
case TypeCode.UInt64:
case TypeCode.Single:
case TypeCode.Double:
case TypeCode.DateTime:
Int8
UInt8

c enum DataType : byte


{
None = 0,
Array = 1,
Structure = 2,
Boolean = 3,
BitString = 4,
Int32 = 5,
UInt32 = 6,
OctetString = 9,
String = 10,
StringUTF8 = 12,
Bcd = 13,
Int8 = 15,
Int16 = 16,
UInt8 = 17,
UInt16 = 18,
CompactArray = 19,
Int64 = 20,
UInt64 = 21,
Enum = 22,
Float32 = 23,
Float64 = 24,
DateTime = 25,
Date = 26,
Time = 27
}

También podría gustarte