Definition at line 16 of file socket_fdset.h.
◆ Socket_fdset()
Socket_fdset::Socket_fdset |
( |
| ) |
|
|
inline |
◆ clear()
void Socket_fdset::clear |
( |
| ) |
|
|
inline |
◆ IsSetFor()
bool Socket_fdset::IsSetFor |
( |
const Socket_IP & |
incon | ) |
const |
|
inline |
◆ setForSocket()
void Socket_fdset::setForSocket |
( |
const Socket_IP & |
incon | ) |
|
|
inline |
◆ WaitForError()
int Socket_fdset::WaitForError |
( |
bool |
zeroFds, |
|
|
uint32_t |
sleep_time = 0xffffffff |
|
) |
| |
|
inline |
This is the function that will wait till one of the sockets is in error state.
Definition at line 167 of file socket_fdset.h.
References clear().
◆ WaitForRead() [1/2]
int Socket_fdset::WaitForRead |
( |
bool |
zeroFds, |
|
|
const Time_Span & |
timeout |
|
) |
| |
|
inline |
◆ WaitForRead() [2/2]
int Socket_fdset::WaitForRead |
( |
bool |
zeroFds, |
|
|
uint32_t |
sleep_time = 0xffffffff |
|
) |
| |
|
inline |
◆ WaitForWrite()
int Socket_fdset::WaitForWrite |
( |
bool |
zeroFds, |
|
|
uint32_t |
sleep_time = 0xffffffff |
|
) |
| |
|
inline |
This is the function that will wait till one of the sockets is ready for writing.
Definition at line 142 of file socket_fdset.h.
References clear().
◆ Socket_Selector
The documentation for this class was generated from the following file: