Panda3D
|
Public Member Functions | |
__init__ () | |
The constructor. More... | |
__init__ (const SocketFdset) | |
clear () | |
Marks the content as empty. More... | |
bool | IsSetFor (const SocketIP incon) |
check to see if a socket object has been marked for reading More... | |
setForSocket (const SocketIP incon) | |
int | WaitForError (bool zeroFds, uint32_t sleep_time) |
This is the function that will wait till one of the sockets is in error state. More... | |
int | WaitForRead (bool zeroFds, const TimeSpan timeout) |
int | WaitForRead (bool zeroFds, uint32_t sleep_time) |
int | WaitForWrite (bool zeroFds, uint32_t sleep_time) |
This is the function that will wait till one of the sockets is ready for writing. More... | |
__init__ | ( | ) |
The constructor.
__init__ | ( | const | SocketFdset | ) |
clear | ( | ) |
Marks the content as empty.
bool IsSetFor | ( | const SocketIP | incon | ) |
check to see if a socket object has been marked for reading
setForSocket | ( | const SocketIP | incon | ) |
int WaitForError | ( | bool | zeroFds, |
uint32_t | sleep_time | ||
) |
This is the function that will wait till one of the sockets is in error state.
int WaitForRead | ( | bool | zeroFds, |
const TimeSpan | timeout | ||
) |
int WaitForRead | ( | bool | zeroFds, |
uint32_t | sleep_time | ||
) |
int WaitForWrite | ( | bool | zeroFds, |
uint32_t | sleep_time | ||
) |
This is the function that will wait till one of the sockets is ready for writing.