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
application_exceeded_reply_time?
#
def
insufficient_security?
#
def
invalid_apdu_in_this_state?
#
def
preempted_by_higher_priority_task?
#
def
segmentation_not_supported?
#
def
window_size_out_of_range?
#