class BACnet::DataLinkIndicator

Overview

Used to tokenise the IP data stream and differentiate between packet types

Defined in:

bacnet/virtual_link_control/data_link_indicator.cr

Constant Summary

ENDIAN = ["big"]

Used to tokenise the IP data stream and differentiate between packet types

KLASS_NAME = [BACnet::DataLinkIndicator]

Used to tokenise the IP data stream and differentiate between packet types

PARTS = [{type: "basic", name: protocol, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: request_type, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: request_length, cls: UInt16, onlyif: nil, verify: nil, value: nil, endian: nil}] of Nil

Used to tokenise the IP data stream and differentiate between packet types

REMAINING = [] of Nil

Used to tokenise the IP data stream and differentiate between packet types

Class Method Summary

Macro Summary

Instance Method Summary

Class Method Detail

def self.bit_fields #

Used to tokenise the IP data stream and differentiate between packet types


[View source]

Macro Detail

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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


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

Used to tokenise the IP data stream and differentiate between packet types


[View source]

Instance Method Detail

def __format__ : IO::ByteFormat #

[View source]
def is_ipv4? #

[View source]
def is_ipv6? #

[View source]
def protocol : UInt8 #

def protocol=(protocol : UInt8) #

def request_length : UInt16 #

def request_length=(request_length : UInt16) #

def request_type : UInt8 #

def request_type=(request_type : UInt8) #