class
BACnet::Message::Secure::BVLCI::Advertisement
- BACnet::Message::Secure::BVLCI::Advertisement
- BinData
- Reference
- Object
Defined in:
bacnet/virtual_link_control/secure_bvlci.crConstant Summary
-
AFTER_DESERIALIZE =
[] of Nil -
BEFORE_SERIALIZE =
[] of Nil -
ENDIAN =
["big"] -
KLASS_NAME =
[BACnet::Message::Secure::BVLCI::Advertisement] -
PARTS =
[{type: "basic", name: hub_connection_status, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: accept_direct_connection, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: max_bvlc_length, cls: UInt16, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: max_npdu_length, cls: UInt16, 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. -
#accept_direct_connection : UInt8
0 == does not support, 1 == The node supports accepting direct connections
-
#accept_direct_connection=(accept_direct_connection : UInt8)
0 == does not support, 1 == The node supports accepting direct connections
-
#hub_connection_status : UInt8
0 == No hub connection, 1 == Connected to primary hub, 2 == Connected to failover hub
-
#hub_connection_status=(hub_connection_status : UInt8)
0 == No hub connection, 1 == Connected to primary hub, 2 == Connected to failover hub
- #max_bvlc_length : UInt16
- #max_bvlc_length=(max_bvlc_length : UInt16)
- #max_npdu_length : UInt16
- #max_npdu_length=(max_npdu_length : UInt16)
-
#parent
Group fields might need access to data in the parent
-
#parent=(parent : BACnet::Message::Secure::BVLCI | Nil)
Group fields might need access to data in the parent
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.
0 == does not support, 1 == The node supports accepting direct connections
0 == does not support, 1 == The node supports accepting direct connections
0 == No hub connection, 1 == Connected to primary hub, 2 == Connected to failover hub
0 == No hub connection, 1 == Connected to primary hub, 2 == Connected to failover hub
Group fields might need access to data in the parent