class BACnet::ComplexAck::Segment
- BACnet::ComplexAck::Segment
- BinData
- Reference
- Object
Defined in:
bacnet/services/complex_ack.crConstant Summary
-
ENDIAN =
["big"]
-
KLASS_NAME =
[BACnet::ComplexAck::Segment]
-
PARTS =
[{type: "basic", name: sequence_number, cls: UInt8, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: window_size, cls: UInt8, onlyif: nil, verify: nil, value: nil}] of Nil
-
REMAINING =
[] of Nil
Class Method Summary
Instance Method Summary
- #__format__ : IO::ByteFormat
-
#parent
Group fields might need access to data in the parent
-
#parent=(parent : BACnet::ComplexAck | Nil)
Group fields might need access to data in the parent
- #sequence_number : UInt8
- #sequence_number=(sequence_number : UInt8)
- #window_size : UInt8
- #window_size=(window_size : UInt8)
Macro Summary
- ba_cnet_abort_response(name, onlyif = nil, verify = nil, value = nil)
- ba_cnet_apdu_indicator(name, onlyif = nil, verify = nil, value = nil)
- ba_cnet_complex_ack(name, onlyif = nil, verify = nil, value = nil)
- ba_cnet_complex_ack_segment(name, onlyif = nil, verify = nil, value = nil)
- ba_cnet_data_link_indicator(name, onlyif = nil, verify = nil, value = nil)
- ba_cnet_ip4_bvlci(name, onlyif = nil, verify = nil, value = nil)
- ba_cnet_ip4_bvlci_address(name, onlyif = nil, verify = nil, value = nil)
- ba_cnet_ip4_bvlci_bdt_entry(name, onlyif = nil, verify = nil, value = nil)
- ba_cnet_ip4_bvlci_fdt_entry(name, onlyif = nil, verify = nil, value = nil)
Class Method Detail
Instance Method Detail
def parent=(parent : BACnet::ComplexAck | Nil)
#
Group fields might need access to data in the parent