1 #ifndef __JNET__JSOCKETSTATUS__ 
    2 #define __JNET__JSOCKETSTATUS__ 
   12 namespace JPP { 
using namespace JNET; }
 
void setStatus(const JStatus_t status)
Set status of I/O. 
 
JSocketStatus()
Default constructor. 
 
JStatus_t getStatus() const 
Get status of I/O. 
 
int getCounter() const 
Get number of I/O attempts. 
 
bool isReady() const 
Check ready status. 
 
bool isReset() const 
Check reset status. 
 
Auxiliary class for non-blocking socket I/O. 
 
bool isBusy() const 
Check busy status.