Auxiliary class for non-blocking socket I/O.  
 More...
#include <JSocketStatus.hh>
Auxiliary class for non-blocking socket I/O. 
Definition at line 22 of file JSocketStatus.hh.
 
◆ JStatus_t
◆ JSocketStatus()
  
  
      
        
          | JNET::JSocketStatus::JSocketStatus  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ getStatus()
  
  
      
        
          | JStatus_t JNET::JSocketStatus::getStatus  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ isReset()
  
  
      
        
          | bool JNET::JSocketStatus::isReset  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Check reset status. 
- Returns
 - true if reset; else false 
 
Definition at line 54 of file JSocketStatus.hh.
 
 
◆ isBusy()
  
  
      
        
          | bool JNET::JSocketStatus::isBusy  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Check busy status. 
- Returns
 - true if busy; else false 
 
Definition at line 65 of file JSocketStatus.hh.
 
 
◆ isReady()
  
  
      
        
          | bool JNET::JSocketStatus::isReady  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Check ready status. 
- Returns
 - true if ready; else false 
 
Definition at line 76 of file JSocketStatus.hh.
 
 
◆ getCounter()
  
  
      
        
          | int JNET::JSocketStatus::getCounter  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Get number of I/O attempts. 
- Returns
 - number of I/O attempts 
 
Definition at line 87 of file JSocketStatus.hh.
 
 
◆ reset()
  
  
      
        
          | void JNET::JSocketStatus::reset  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ setStatus()
  
  
      
        
          | void JNET::JSocketStatus::setStatus  | 
          ( | 
          const JStatus_t  | 
          status | ) | 
           | 
         
       
   | 
  
inlineprotected   | 
  
 
 
◆ status
◆ counter
  
  
      
        
          | int JNET::JSocketStatus::counter | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: