Socket_UDP
from panda3d.core import Socket_UDP
- class Socket_UDP
Bases:
Bases:
Socket_UDP_Incoming
Base functionality for a combination UDP Reader and Writer. This duplicates code from
Socket_UDP_Outgoing
, to avoid the problems of multiple inheritance.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