class
BACnet::Message::IPv4::BVLCI::BDTEntry
- BACnet::Message::IPv4::BVLCI::BDTEntry
- BinData
- Reference
- Object
Defined in:
bacnet/virtual_link_control/ipv4_bvlci.crConstant Summary
-
AFTER_DESERIALIZE =
[] of Nil -
BEFORE_SERIALIZE =
[] of Nil -
ENDIAN =
["big"] -
KLASS_NAME =
[BACnet::Message::IPv4::BVLCI::BDTEntry] -
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: broadcast_distribution_mask, cls: UInt32, onlyif: nil, verify: nil, value: nil, endian: nil}] of Nil -
REMAINING =
[] of Nil
Class Method Summary
Instance Method Summary
-
#__format__ : IO::ByteFormat
A
grouporbit_fieldcaptures the endianness at its declaration point, so declaringendianafter one would silently leave it system-endian. - #broadcast_distribution_mask : UInt32
- #broadcast_distribution_mask=(broadcast_distribution_mask : UInt32)
-
#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
-
#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
- #port : UInt16
- #port=(port : UInt16)
Class Method Detail
Instance Method Detail
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.
six octets consisting of the four-octet IP address followed by a two-octet UDP port number shall function analogously to the MAC address
six octets consisting of the four-octet IP address followed by a two-octet UDP port number shall function analogously to the MAC address