class KNX::ResponseDatagram

Defined in:

knx/datagram.cr

Constructors

Instance methods inherited from class KNX::DatagramBuilder

action_type(*args, **options)
action_type(*args, **options, &)
action_type
, action_type=(arg) action_type=, cemi : CEMI cemi, cemi=(cemi : CEMI) cemi=, data(*args, **options)
data(*args, **options, &)
data
, destination_address(*args, **options)
destination_address(*args, **options, &)
destination_address
, destination_address=(arg) destination_address=, header : Header header, header=(header : Header) header=, source_address(*args, **options)
source_address(*args, **options, &)
source_address
, source_address=(arg) source_address=, to_slice to_slice

Constructor Detail

def self.new(io : IO, two_level_group = false) #

[View source]