class
BACnet::Message::IPv4::BVLCI::Address
- BACnet::Message::IPv4::BVLCI::Address
- BinData
- Reference
- Object
Overview
B/IP Address http://www.bacnet.org/Tutorial/BACnetIP/sld014.html
Defined in:
bacnet/virtual_link_control/ipv4_bvlci.crConstant 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
-
.bit_fields
B/IP Address http://www.bacnet.org/Tutorial/BACnetIP/sld014.html
Instance Method Summary
-
#__format__ : IO::ByteFormat
A
grouporbit_fieldcaptures the endianness at its declaration point, so declaringendianafter one would silently leave it system-endian. - #ip1 : UInt8
- #ip1=(ip1 : UInt8)
- #ip2 : UInt8
- #ip2=(ip2 : UInt8)
- #ip3 : UInt8
- #ip3=(ip3 : UInt8)
- #ip4 : UInt8
- #ip4=(ip4 : UInt8)
-
#parent
Group fields might need access to data in the parent
-
#parent=(parent : BACnet::Message::IPv4::BVLCI | Nil)
Group fields might need access to data in the parent
- #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.
Group fields might need access to data in the parent