Socket_fdset
from panda3d.net import Socket_fdset
- class Socket_fdset
Bases:
DTOOL_SUPER_BASE
Inheritance diagram
- IsSetFor()
C++ Interface: IsSetFor(Socket_fdset self, const Socket_IP incon)
- /**
check to see if a socket object has been marked for reading
*/
- WaitForError()
C++ Interface: WaitForError(const Socket_fdset self, bool zeroFds, int sleep_time)
- /**
This is the function that will wait till one of the sockets is in error
state
*/
- WaitForRead()
C++ Interface: WaitForRead(const Socket_fdset self, bool zeroFds, int sleep_time)
- WaitForWrite()
C++ Interface: WaitForWrite(const Socket_fdset self, bool zeroFds, int sleep_time)
- /**
This is the function that will wait till one of the sockets is ready for
writing
*/
- __init__(*args, **kwargs)