class BACnet::PropertyIdentifier

Defined in:

bacnet/objects/property_identifier.cr

Constant Summary

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

Macro 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]

Macro Detail

macro ba_cnet_apdu_indicator(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ba_cnet_bit_string(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ba_cnet_date(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ba_cnet_npdu(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ba_cnet_npdu_destination(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ba_cnet_npdu_source(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ba_cnet_object_identifier(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ba_cnet_property_identifier(name, onlyif = nil, verify = nil, value = nil) #

[View source]

Instance Method Detail

def __format__ : IO::ByteFormat #

[View source]
def property_type : PropertyType #

def property_type=(property_type : PropertyType) #