class
BACnet::ConfirmedRequest::Segment
- BACnet::ConfirmedRequest::Segment
- BinData
- Reference
- Object
Defined in:
bacnet/services/confirmed_request.crConstant Summary
-
AFTER_DESERIALIZE =
[] of Nil -
BEFORE_SERIALIZE =
[] of Nil -
ENDIAN =
["big"] -
KLASS_NAME =
[BACnet::ConfirmedRequest::Segment] -
PARTS =
[{type: "basic", name: sequence_number, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "basic", name: window_size, cls: UInt8, 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. -
#parent
Group fields might need access to data in the parent
-
#parent=(parent : BACnet::ConfirmedRequest | 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)
Class Method Detail
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 parent=(parent : BACnet::ConfirmedRequest | Nil)
#
Group fields might need access to data in the parent