class BACnet::Message::IPv4::BVLCI::FDTEntry

Defined in:

bacnet/virtual_link_control/ipv4_bvlci.cr

Constant Summary

AFTER_DESERIALIZE = [] of Nil
BEFORE_SERIALIZE = [] of Nil
ENDIAN = ["big"]
KLASS_NAME = [BACnet::Message::IPv4::BVLCI::FDTEntry]
PARTS = [{type: "basic", name: ip, cls: UInt32, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: port, cls: UInt16, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: registered_ttl, cls: UInt16, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: remaining_ttl, cls: UInt16, onlyif: nil, verify: nil, value: nil, endian: nil}] of Nil
REMAINING = [] of Nil

Class Method Summary

Instance Method Summary

Class Method Detail

def self.bit_fields #

[View source]

Instance Method Detail

def __format__ : IO::ByteFormat #

A group or bit_field captures the endianness at its declaration point, so declaring endian after one would silently leave it system-endian. Fail loudly.


[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) #