KNX::ObjectServer::ConnectionHeader
Inherits BinData < Reference < Object
Constants
AFTER_DESERIALIZE = [] of Nil
BEFORE_SERIALIZE = [] of Nil
ENDIAN = ["big"]
KLASS_NAME = [KNX::ObjectServer::ConnectionHeader]
PARTS = [{type: "basic", name: header_length, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: reserved1, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: reserved2, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: reserved3, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}] of Nil
REMAINING = [] of Nil
Class methods
bit_fields
SourceInstance methods
__format__
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.
header_length
header_length=(header_length : UInt8)
reserved1
reserved1=(reserved1 : UInt8)
reserved2
reserved2=(reserved2 : UInt8)
reserved3
reserved3=(reserved3 : UInt8)