class

KNX::ConnectRequest

Inherits BinData < Reference < Object

Constants

AFTER_DESERIALIZE = [] of Nil
BEFORE_SERIALIZE = [] of Nil
ENDIAN = ["big"]
KLASS_NAME = [KNX::ConnectRequest]
PARTS = [{type: "basic", name: header, cls: KNX::Header, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: control_endpoint, cls: KNX::HPAI, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: data_endpoint, cls: KNX::HPAI, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: cri, cls: KNX::CRI, onlyif: nil, verify: nil, value: nil}] of Nil
REMAINING = [] of Nil

Constructors

new(control : Socket::IPAddress, data : Socket::IPAddress | Nil = nil, protocol : ProtocolType = ProtocolType::IPv4UDP)
Source

Class methods

bit_fields
Source

Instance 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.

Source
control_endpoint
control_endpoint=(control_endpoint : HPAI)
cri
cri=(cri : CRI)
data_endpoint
data_endpoint=(data_endpoint : HPAI)
header
header=(header : Header)