class BACnet::AbortResponse

Defined in:

bacnet/services/abort_response.cr

Constant Summary

ENDIAN = ["big"]
KLASS_NAME = [BACnet::AbortResponse]
PARTS = [{type: "bitfield", name: 4, cls: BACnet::AbortResponse, onlyif: nil, verify: nil}, {type: "basic", name: invoke_id, cls: UInt8, onlyif: nil, verify: nil, value: nil, endian: nil}, {type: "enum", name: reason, cls: typeof(AbortCode::Other.value), onlyif: nil, verify: nil, value: nil, encoding: nil, enum_type: BACnet::AbortCode}] of Nil
REMAINING = [] of Nil

Class Method Summary

Macro Summary

Instance Method Summary

Class Method Detail

def self.bit_fields #

[View source]

Macro Detail

macro ba_cnet_abort_response(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ba_cnet_apdu_indicator(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ba_cnet_bit_string(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ba_cnet_date(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ba_cnet_npdu(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ba_cnet_npdu_destination(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ba_cnet_npdu_source(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ba_cnet_object(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ba_cnet_object_identifier(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ba_cnet_property_identifier(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ba_cnet_time(name, onlyif = nil, verify = nil, value = nil) #

[View source]

Instance Method Detail

def __format__ : IO::ByteFormat #

[View source]
def flags : UInt8 #

def flags=(flags : UInt8) #

def from_server : Bool #

[View source]
def from_server=(from_server : UInt8) #

def from_server=(value : Bool) #

[View source]
def invoke_id : UInt8 #

def invoke_id=(invoke_id : UInt8) #

def message_type : BACnet::MessageType #

[View source]
def message_type=(message_type : UInt8) #

def message_type=(value : BACnet::MessageType) #

[View source]
def reason : AbortCode #

def reason=(reason : AbortCode) #