KNX::SearchResponse
Inherits BinData < Reference < Object
Constants
AFTER_DESERIALIZE = [] of Nil
BEFORE_SERIALIZE = [] of Nil
ENDIAN = ["big"]
KLASS_NAME = [KNX::SearchResponse]
PARTS = [{type: "basic", name: header, cls: KNX::Header, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: address, cls: KNX::HPAI, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: device, cls: KNX::DeviceInfo, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: services, cls: KNX::SupportedServices, onlyif: nil, verify: nil, value: 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.
address
address=(address : HPAI)
device
device=(device : DeviceInfo)
header
header=(header : Header)
services
services=(services : SupportedServices)