class BACnet::IP4BVLCI::BDTEntry

Defined in:

bacnet/ip4_bvlci.cr

Constant Summary

ENDIAN = ["big"]
KLASS_NAME = [BACnet::IP4BVLCI::BDTEntry]
PARTS = [{type: "basic", name: ip, cls: UInt32, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: port, cls: UInt16, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: broadcast_distribution_mask, cls: UInt32, onlyif: nil, verify: nil, value: nil}] of Nil
REMAINING = [] of Nil

Class Method Summary

Instance Method Summary

Macro Summary

Class Method Detail

def self.bit_fields #

[View source]

Instance Method Detail

def __format__ : IO::ByteFormat #

[View source]
def broadcast_distribution_mask : UInt32 #

def broadcast_distribution_mask=(broadcast_distribution_mask : UInt32) #

def ip : UInt32 #

six octets consisting of the four-octet IP address followed by a two-octet UDP port number shall function analogously to the MAC address


def ip=(ip : UInt32) #

six octets consisting of the four-octet IP address followed by a two-octet UDP port number shall function analogously to the MAC address


def port : UInt16 #

def port=(port : UInt16) #

Macro Detail

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

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

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

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

[View source]