RWSecureSocketAttribute::CANREAD | Data is available for reading. |
RWSecureSocketAttribute::CANWRITE | Data can be written on the secure socket. |
RWSecureSocketAttribute::EXCEPTION | An exceptional condition, such as the arrival of out-of-band data, has occurred. |
RWSecureSocketAttribute::ISCONNECTED | The secure socket is connected. |
RWSecureSocketAttribute::ISCLOSED | The secure socket is closed. |
RWSecureSocketAttribute::CANACCEPT | A connection has arrived on this secure socket and can be received by calling RWSecureSocket::accept(). |