class KNX::CRI

Overview

Connect Request Information

Defined in:

knx/connection/cri.cr

Constant Summary

AFTER_DESERIALIZE = [] of Nil

Connect Request Information

BEFORE_SERIALIZE = [] of Nil

Connect Request Information

ENDIAN = ["big"]

Connect Request Information

KLASS_NAME = [KNX::CRI]

Connect Request Information

LENGTH = 4
PARTS = [{type: "basic", name: length, cls: UInt8, onlyif: nil, verify: nil, value: -> do 4 end, endian: nil}, {type: "enum", name: connect_type, cls: typeof(ConnectType::Tunnel.value), onlyif: nil, verify: nil, value: nil, encoding: nil, enum_type: KNX::ConnectType}, {type: "bitfield", name: 7, cls: KNX::CRI, onlyif: nil, verify: nil}, {type: "basic", name: reserved, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}] of Nil

Connect Request Information

REMAINING = [] of Nil

Connect Request Information

Class Method Summary

Macro Summary

Instance Method Summary

Class Method Detail

def self.bit_fields #

Connect Request Information


[View source]

Macro Detail

macro knx_address(name, onlyif = nil, verify = nil, value = nil) #

Connect Request Information


[View source]
macro knx_cemi(name, onlyif = nil, verify = nil, value = nil) #

Connect Request Information


[View source]
macro knx_cri(name, onlyif = nil, verify = nil, value = nil) #

Connect Request Information


[View source]
macro knx_device_info(name, onlyif = nil, verify = nil, value = nil) #

Connect Request Information


[View source]
macro knx_dib(name, onlyif = nil, verify = nil, value = nil) #

Connect Request Information


[View source]
macro knx_group_address(name, onlyif = nil, verify = nil, value = nil) #

Connect Request Information


[View source]
macro knx_group_address2_level(name, onlyif = nil, verify = nil, value = nil) #

Connect Request Information


[View source]
macro knx_header(name, onlyif = nil, verify = nil, value = nil) #

Connect Request Information


[View source]
macro knx_header_timer(name, onlyif = nil, verify = nil, value = nil) #

Connect Request Information


[View source]
macro knx_header_wrapper(name, onlyif = nil, verify = nil, value = nil) #

Connect Request Information


[View source]
macro knx_hpai(name, onlyif = nil, verify = nil, value = nil) #

Connect Request Information


[View source]
macro knx_individual_address(name, onlyif = nil, verify = nil, value = nil) #

Connect Request Information


[View source]
macro knx_information_block(name, onlyif = nil, verify = nil, value = nil) #

Connect Request Information


[View source]
macro knx_search_request(name, onlyif = nil, verify = nil, value = nil) #

Connect Request Information


[View source]
macro knx_search_response(name, onlyif = nil, verify = nil, value = nil) #

Connect Request Information


[View source]
macro knx_service_family(name, onlyif = nil, verify = nil, value = nil) #

Connect Request Information


[View source]
macro knx_supported_services(name, onlyif = nil, verify = nil, value = nil) #

Connect Request Information


[View source]

Instance Method Detail

def __format__ : IO::ByteFormat #

[View source]
def _reserved2_ : UInt8 #

def _reserved2_=(_reserved2_ : UInt8) #

def _reserved_ : UInt8 #

def _reserved_=(_reserved_ : UInt8) #

def bus_monitor_tunnel : Bool #

[View source]
def bus_monitor_tunnel=(bus_monitor_tunnel : UInt8) #

def bus_monitor_tunnel=(value : Bool) #

[View source]
def connect_type : ConnectType #

def connect_type=(connect_type : ConnectType) #

def data_link_tunnel : Bool #

[View source]
def data_link_tunnel=(data_link_tunnel : UInt8) #

def data_link_tunnel=(value : Bool) #

[View source]
def length : UInt8 #

def length=(length : UInt8) #

def raw_tunnel : Bool #

[View source]
def raw_tunnel=(raw_tunnel : UInt8) #

def raw_tunnel=(value : Bool) #

[View source]
def reserved : UInt8 #

def reserved=(reserved : UInt8) #