class
BACnet::SegmentAck
- BACnet::SegmentAck
- BinData
- Reference
- Object
Overview
Sent after receiving any segment of a segmented request Also after receiving any segment of a segmented response
Defined in:
bacnet/services/segment_ack.crConstant Summary
-
AFTER_DESERIALIZE =
[] of Nil -
Sent after receiving any segment of a segmented request Also after receiving any segment of a segmented response
-
BEFORE_SERIALIZE =
[] of Nil -
Sent after receiving any segment of a segmented request Also after receiving any segment of a segmented response
-
ENDIAN =
["big"] -
Sent after receiving any segment of a segmented request Also after receiving any segment of a segmented response
-
KLASS_NAME =
[BACnet::SegmentAck] -
Sent after receiving any segment of a segmented request Also after receiving any segment of a segmented response
-
PARTS =
[{type: "bitfield", name: 9, cls: BACnet::SegmentAck, onlyif: nil, verify: nil, endian: IO::ByteFormat::BigEndian}, {type: "basic", name: invoke_id, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "group", name: segment, cls: Segment, onlyif: nil, verify: nil, value: nil}] of Nil -
Sent after receiving any segment of a segmented request Also after receiving any segment of a segmented response
-
REMAINING =
[] of Nil -
Sent after receiving any segment of a segmented request Also after receiving any segment of a segmented response
Class Method Summary
-
.bit_fields
Sent after receiving any segment of a segmented request Also after receiving any segment of a segmented response
Instance Method Summary
-
#__format__ : IO::ByteFormat
A
grouporbit_fieldcaptures the endianness at its declaration point, so declaringendianafter one would silently leave it system-endian. - #from_server : Bool
- #from_server=(from_server : UInt8)
- #from_server=(value : Bool)
-
#ignore : UInt8
APDU flags
-
#ignore=(ignore : UInt8)
APDU flags
- #invoke_id : UInt8
- #invoke_id=(invoke_id : UInt8)
- #message_type : BACnet::MessageType
- #message_type=(message_type : UInt8)
- #message_type=(value : BACnet::MessageType)
- #negative_ack : Bool
- #negative_ack=(negative_ack : UInt8)
- #negative_ack=(value : Bool)
- #segment : BACnet::SegmentAck::Segment
- #segment=(segment : BACnet::SegmentAck::Segment)
Class Method Detail
Sent after receiving any segment of a segmented request Also after receiving any segment of a segmented response
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.