class
BACnet::PropertyIdentifier
- BACnet::PropertyIdentifier
- BinData
- Reference
- Object
Defined in:
bacnet/objects/property_identifier.crConstant Summary
-
AFTER_DESERIALIZE =
[] of Nil -
BEFORE_SERIALIZE =
[] of Nil -
ENDIAN =
["big"] -
KLASS_NAME =
[BACnet::PropertyIdentifier] -
PARTS =
[{type: "enum", name: property_type, cls: typeof(PropertyType::All.value), onlyif: nil, verify: nil, value: nil, encoding: nil, enum_type: BACnet::PropertyIdentifier::PropertyType}] of Nil -
REMAINING =
[] of Nil
Constructors
Class Method Summary
Instance Method Summary
-
#__format__ : IO::ByteFormat
A
grouporbit_fieldcaptures the endianness at its declaration point, so declaringendianafter one would silently leave it system-endian. - #property_type : PropertyType
- #property_type=(property_type : PropertyType)
- #to_s(io)
Constructor Detail
Class Method Detail
Instance Method Detail
def __format__ : IO::ByteFormat
#
A group or bit_field captures the endianness at its declaration point, so
declaring endian after one would silently leave it system-endian. Fail loudly.