Socket_fdset

from panda3d.core import Socket_fdset
class Socket_fdset

Bases:

Inheritance diagram

Inheritance diagram of Socket_fdset

IsSetFor(incon: Socket_IP) bool

check to see if a socket object has been marked for reading

WaitForError(zeroFds: bool, sleep_time: int) int

This is the function that will wait till one of the sockets is in error state

WaitForRead(zeroFds: bool, timeout: Time_Span) int
WaitForRead(zeroFds: bool, sleep_time: int) int
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)
clear()

Marks the content as empty

setForSocket(incon: Socket_IP)