KNX::TunnelRequest
Inherits BinData < Reference < Object
Constants
AFTER_DESERIALIZE = [] of Nil
BEFORE_SERIALIZE = [] of Nil
ENDIAN = ["big"]
KLASS_NAME = [KNX::TunnelRequest]
PARTS = [{type: "basic", name: header, cls: KNX::Header, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: length, cls: UInt8, onlyif: nil, verify: nil, value: -> do
4
end,
endian: nil}, {type: "basic", name: channel_id, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: sequence, 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}, {type: "basic", name: cemi, cls: KNX::CEMI, onlyif: nil, verify: nil, value: nil}] of Nil
REMAINING = [] of Nil
Constructors
new(channel_id : Int, cemi : CEMI, sequence : Int = 0)
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.
cemi
cemi=(cemi : CEMI)
channel_id
channel_id=(channel_id : UInt8)
destination_address(*args, **options)
Sourcedestination_address(*args, **options, &)
Sourceheader
header=(header : Header)
length
length=(length : UInt8)
sequence
sequence=(sequence : UInt8)
source_address(*args, **options)
Sourcesource_address(*args, **options, &)
Sourcestatus
status=(status : ConnectionError)