Socket_UDP_Outgoing¶
from panda3d.core import Socket_UDP_Outgoing
-
class
Socket_UDP_Outgoing
¶ Bases:
Socket_IP
Base functionality for a UDP sending socket
Inheritance diagram
-
InitToAddress
(address: Socket_Address) → bool¶ Connects the Socket to a specified address
-
SendTo
(data: str, address: Socket_Address) → bool¶ Send data to specified address
-
__init__
()¶
-
static
getClassType
() → TypeHandle¶
-