class
BACnet::Message::Secure::BVLCI::ConnectDetails
- BACnet::Message::Secure::BVLCI::ConnectDetails
- BinData
- Reference
- Object
Defined in:
bacnet/virtual_link_control/secure_bvlci.crConstant 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
-
#__format__ : IO::ByteFormat
A
grouporbit_fieldcaptures the endianness at its declaration point, so declaringendianafter one would silently leave it system-endian. - #device_uuid : Bytes
- #device_uuid=(device_uuid : Bytes)
- #max_bvlc_length : UInt16
- #max_bvlc_length=(max_bvlc_length : UInt16)
- #max_npdu_length : UInt16
- #max_npdu_length=(max_npdu_length : UInt16)
-
#parent
Group fields might need access to data in the parent
-
#parent=(parent : BACnet::Message::Secure::BVLCI | Nil)
Group fields might need access to data in the parent
- #vmac : Bytes
- #vmac=(vmac : Bytes)
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.
def parent=(parent : BACnet::Message::Secure::BVLCI | Nil)
#
Group fields might need access to data in the parent