class

KNX::IndividualAddress

Inherits KNX::Address < BinData < Reference < Object

Constants

AFTER_DESERIALIZE = [] of Nil
BEFORE_SERIALIZE = [] of Nil
ENDIAN = ["big"]
KLASS_NAME = [KNX::IndividualAddress]
PARTS = [{type: "bitfield", name: 4, cls: KNX::IndividualAddress, onlyif: nil, verify: nil, endian: IO::ByteFormat::BigEndian}, {type: "basic", name: device_address, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}] of Nil
REMAINING = [] of Nil

Constructors

parse(address : String) : self
Source

Class methods

bit_fields
Source
parse_friendly(string)
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
area_address
area_address=(area_address : UInt8)
device_address
device_address=(device_address : UInt8)
group?
Source
line_address
line_address=(line_address : UInt8)
to_s

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.

Source