enum BACnet::AbortCode

Defined in:

bacnet/services/abort_response.cr

Enum Members

Other = 0
BufferOverflow = 1
InvalidApduInThisState = 2
PreemptedByHigherPriorityTask = 3
SegmentationNotSupported = 4
SecurityError = 5
InsufficientSecurity = 6
WindowSizeOutOfRange = 7
ApplicationExceededReplyTime = 8
OutOfResources = 9
TsmTimeout = 10
ApduTooLong = 11

Instance Method Summary

Instance Method Detail

def apdu_too_long? #

[View source]
def application_exceeded_reply_time? #

[View source]
def buffer_overflow? #

[View source]
def insufficient_security? #

[View source]
def invalid_apdu_in_this_state? #

[View source]
def other? #

[View source]
def out_of_resources? #

[View source]
def preempted_by_higher_priority_task? #

[View source]
def security_error? #

[View source]
def segmentation_not_supported? #

[View source]
def tsm_timeout? #

[View source]
def window_size_out_of_range? #

[View source]