Socket_fdset¶
from panda3d.core import Socket_fdset
-
class
Socket_fdset
¶ Inheritance diagram
-
WaitForError
(zeroFds: bool, sleep_time: int) → int¶ This is the function that will wait till one of the sockets is in error state
-
WaitForWrite
(zeroFds: bool, sleep_time: int) → int¶ This is the function that will wait till one of the sockets is ready for writing
-
__init__
()¶ The constructor
-
__init__
(param0: Socket_fdset)
-