KNX::ConnectStateResponse
Inherits BinData < Reference < Object
Constants
AFTER_DESERIALIZE = [] of Nil
BEFORE_SERIALIZE = [] of Nil
ENDIAN = ["big"]
KLASS_NAME = [KNX::ConnectStateResponse]
PARTS = [{type: "basic", name: header, cls: KNX::Header, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: channel_id, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "enum", name: status, cls: typeof(ConnectionError::NoError.value),
onlyif: nil, verify: nil, value: nil, encoding: nil, enum_type: KNX::ConnectionError}] of Nil
REMAINING = [] of Nil
Constructors
new(channel_id : Int)
SourceClass 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.
channel_id
channel_id=(channel_id : UInt8)
header
header=(header : Header)
status
status=(status : ConnectionError)