class BACnet::PropertyIdentifier

Defined in:

bacnet/objects/property_identifier.cr

Constant 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

Constructor Detail

def self.new(property_type : PropertyType = PropertyType::All) #

[View source]

Class Method Detail

def self.bit_fields #

[View source]

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.


[View source]
def property_type : PropertyType #

def property_type=(property_type : PropertyType) #

def to_s(io) #

[View source]