class BACnet::APDUIndicator

Defined in:

bacnet/apdu_indicator.cr

Constant Summary

AFTER_DESERIALIZE = [] of Nil
BEFORE_SERIALIZE = [] of Nil
ENDIAN = ["big"]
KLASS_NAME = [BACnet::APDUIndicator]
PARTS = [{type: "bitfield", name: 0, cls: BACnet::APDUIndicator, onlyif: nil, verify: nil, endian: IO::ByteFormat::BigEndian}] of Nil
REMAINING = [] of Nil

Class Method Summary

Instance Method Summary

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 flags : UInt8 #

def flags=(flags : UInt8) #

def message_type : BACnet::MessageType #

[View source]
def message_type=(message_type : UInt8) #

def message_type=(value : BACnet::MessageType) #

[View source]