class KNX::ActionDatagram

Defined in:

knx/datagram.cr

Constructors

Instance methods inherited from class KNX::DatagramBuilder

action_type : ActionType action_type, action_type=(action_type : ActionType) action_type=, cemi : CEMI cemi, cemi=(cemi : CEMI) cemi=, data : IO::Memory data, data=(data : IO::Memory) data=, destination_address : Address destination_address, destination_address=(destination_address : Address) destination_address=, header : Header header, header=(header : Header) header=, source_address : Address source_address, source_address=(source_address : Address) source_address=, to_slice to_slice

Constructor Detail

def self.new(address : String, data_array : Bytes, **options) #

[View source]