class BACnet::Message::IPv4::BVLCI::Address

Overview

B/IP Address http://www.bacnet.org/Tutorial/BACnetIP/sld014.html

Defined in:

bacnet/virtual_link_control/ipv4_bvlci.cr

Constant Summary

AFTER_DESERIALIZE = [] of Nil

B/IP Address http://www.bacnet.org/Tutorial/BACnetIP/sld014.html

BEFORE_SERIALIZE = [] of Nil

B/IP Address http://www.bacnet.org/Tutorial/BACnetIP/sld014.html

ENDIAN = ["big"]

B/IP Address http://www.bacnet.org/Tutorial/BACnetIP/sld014.html

KLASS_NAME = [BACnet::Message::IPv4::BVLCI::Address]

B/IP Address http://www.bacnet.org/Tutorial/BACnetIP/sld014.html

PARTS = [{type: "basic", name: ip1, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: ip2, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: ip3, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: ip4, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: port, cls: UInt16, onlyif: nil, verify: nil, value: nil, endian: nil}] of Nil

B/IP Address http://www.bacnet.org/Tutorial/BACnetIP/sld014.html

REMAINING = [] of Nil

B/IP Address http://www.bacnet.org/Tutorial/BACnetIP/sld014.html

Class Method Summary

Instance Method Summary

Class Method Detail

def self.bit_fields #

B/IP Address http://www.bacnet.org/Tutorial/BACnetIP/sld014.html


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.


def ip1 : UInt8 #

def ip1=(ip1 : UInt8) #

def ip2 : UInt8 #

def ip2=(ip2 : UInt8) #

def ip3 : UInt8 #

def ip3=(ip3 : UInt8) #

def ip4 : UInt8 #

def ip4=(ip4 : UInt8) #

def parent #

Group fields might need access to data in the parent


[View source]
def parent=(parent : BACnet::Message::IPv4::BVLCI | Nil) #

Group fields might need access to data in the parent


def port : UInt16 #

def port=(port : UInt16) #