class
BACnet::ErrorResponse
- BACnet::ErrorResponse
- BinData
- Reference
- Object
Defined in:
bacnet/services/error_response.crConstant Summary
-
AFTER_DESERIALIZE =
[] of Nil -
BEFORE_SERIALIZE =
[] of Nil -
ENDIAN =
["big"] -
KLASS_NAME =
[BACnet::ErrorResponse] -
PARTS =
[{type: "bitfield", name: 7, cls: BACnet::ErrorResponse, onlyif: nil, verify: nil, endian: IO::ByteFormat::BigEndian}, {type: "basic", name: invoke_id, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "enum", name: service, cls: typeof(ConfirmedService::AcknowledgeAlarm.value), onlyif: nil, verify: nil, value: nil, encoding: nil, enum_type: BACnet::ConfirmedService}] 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. -
#error_details(objects)
error_class_data, error_code_data are passed as BACnet objects
- #flags : UInt8
- #flags=(flags : UInt8)
- #invoke_id : UInt8
- #invoke_id=(invoke_id : UInt8)
- #message_type : BACnet::MessageType
- #message_type=(message_type : UInt8)
- #message_type=(value : BACnet::MessageType)
- #service : ConfirmedService
- #service=(service : ConfirmedService)
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.