class BACnet::IP4BVLCI::FDTEntry

Defined in:

bacnet/ip4_bvlci.cr

Constant Summary

ENDIAN = ["big"]
KLASS_NAME = [BACnet::IP4BVLCI::FDTEntry]
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: registered_ttl, cls: UInt16, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: remaining_ttl, cls: UInt16, 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 ip : UInt32 #

def ip=(ip : UInt32) #

def port : UInt16 #

def port=(port : UInt16) #

def registered_ttl : UInt16 #

def registered_ttl=(registered_ttl : UInt16) #

def remaining_ttl : UInt16 #

def remaining_ttl=(remaining_ttl : 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]
macro ba_cnet_ip4_bvlci_fdt_entry(name, onlyif = nil, verify = nil, value = nil) #

[View source]