class

KNX::ServiceFamily

Inherits BinData < Reference < Object

Constants

AFTER_DESERIALIZE = [] of Nil
BEFORE_SERIALIZE = [] of Nil
ENDIAN = ["big"]
KLASS_NAME = [KNX::ServiceFamily]
PARTS = [{type: "enum", name: family_type, cls: typeof(FamilyType::Core.value), onlyif: nil, verify: nil, value: nil, encoding: nil, enum_type: KNX::FamilyType}, {type: "basic", name: version, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}] of Nil
REMAINING = [] of Nil

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
family_type
family_type=(family_type : FamilyType)
version
version=(version : UInt8)