class BACnet::Message::Secure::BVLCI::ConnectDetails

Defined in:

bacnet/virtual_link_control/secure_bvlci.cr

Constant Summary

AFTER_DESERIALIZE = [] of Nil
BEFORE_SERIALIZE = [] of Nil
ENDIAN = ["big"]
KLASS_NAME = [BACnet::Message::Secure::BVLCI::ConnectDetails]
PARTS = [{type: "bytes", name: vmac, cls: Slice(UInt8), onlyif: nil, verify: nil, length: -> do 6 end, value: nil}, {type: "bytes", name: device_uuid, cls: Slice(UInt8), onlyif: nil, verify: nil, length: -> do 16 end, value: nil}, {type: "basic", name: max_bvlc_length, cls: UInt16, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: max_npdu_length, cls: UInt16, onlyif: nil, verify: nil, value: nil, endian: nil}] of Nil
REMAINING = [] of Nil

Class Method Summary

Instance Method Summary

Class Method Detail

def self.bit_fields #

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.


def device_uuid : Bytes #

def device_uuid=(device_uuid : Bytes) #

def max_bvlc_length : UInt16 #

def max_bvlc_length=(max_bvlc_length : UInt16) #

def max_npdu_length : UInt16 #

def max_npdu_length=(max_npdu_length : UInt16) #

def parent #

Group fields might need access to data in the parent


[View source]
def parent=(parent : BACnet::Message::Secure::BVLCI | Nil) #

Group fields might need access to data in the parent


def vmac : Bytes #

def vmac=(vmac : Bytes) #