Socket_UDP_Incoming¶
from panda3d.core import Socket_UDP_Incoming
-
class
Socket_UDP_Incoming
¶ Bases:
Socket_IP
Base functionality for a UDP Reader
Inheritance diagram
-
OpenForInput
(address: Socket_Address) → bool¶ Starts a UDP socket listening on a port
-
OpenForInputMCast
(address: Socket_Address) → bool¶ Starts a UDP socket listening on a port
-
SendTo
(data: str, len: int, address: Socket_Address) → bool¶ Send data to specified address
-
__init__
()¶
-
static
getClassType
() → TypeHandle¶
-