CimPointTypesEnum (enum)

Specifies values for types of a Point.
Description:
Values:
cimBoolean - A boolean value of True or False
cimBitString - A bitstring
cimOctectString - An octet string - currently not supported.
cimString - Character String
cimShort - 1 Byte Signed Integer
cimInteger - 2 Byte Signed Integer
cimLong - 4 Byte Signed Integer
cimUnsignedShort - 1 Byte Unsigned Integer
cimUnsignedInteger - 2 Byte Unsigned Integer
cimUnsignedLong - 4 Byte Unsigned Integer
cimReal - 4 or 8 Bytes Floating Point depending on protocol.