enum BACnet::AbortCode
  
    
  
    Defined in:
  
  
    
      
        bacnet/services/abort_response.cr
      
    
    
  
  
    
      
  
      Enum Members
    
  
  
    
      - 
        Other = 
0_u8
       
      
    
      - 
        BufferOverflow = 
1_u8
       
      
    
      - 
        InvalidApduInThisState = 
2_u8
       
      
    
      - 
        PreemptedByHigherPriorityTask = 
3_u8
       
      
    
      - 
        SegmentationNotSupported = 
4_u8
       
      
    
      - 
        SecurityError = 
5_u8
       
      
    
      - 
        InsufficientSecurity = 
6_u8
       
      
    
      - 
        WindowSizeOutOfRange = 
7_u8
       
      
    
      - 
        ApplicationExceededReplyTime = 
8_u8
       
      
    
      - 
        OutOfResources = 
9_u8
       
      
    
      - 
        TsmTimeout = 
10_u8
       
      
    
      - 
        ApduTooLong = 
11_u8
       
      
    
  
  
    
  
    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?
        #