class
BACnet::Message::Secure::BVLCI::Proprietary
- BACnet::Message::Secure::BVLCI::Proprietary
- 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::Proprietary] -
PARTS =
[{type: "basic", name: vendor_id, cls: UInt16, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: type, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}] of Nil -
REMAINING =
[{type: "bytes", name: data, onlyif: nil, verify: nil}] 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. - #data : Bytes
- #data=(data : Bytes)
-
#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
- #type : UInt8
- #type=(type : UInt8)
- #vendor_id : UInt16
- #vendor_id=(vendor_id : UInt16)
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