Socket_UDP_Outgoing
from panda3d.net import Socket_UDP_Outgoing
- class Socket_UDP_Outgoing
Bases:
Socket_IP
Base functionality for a UDP sending socket
Inheritance diagram
- InitNoAddress()
C++ Interface: InitNoAddress(const Socket_UDP_Outgoing self)
// use this interface for a none tagreted UDP connection
- /**
This will set a udp up for targeted sends.
*/
- InitToAddress()
C++ Interface: InitToAddress(const Socket_UDP_Outgoing self, const Socket_Address address)
// use this interface for a tagreted UDP connection
- /**
Connects the Socket to a specified address
*/
- Send()
C++ Interface: Send(const Socket_UDP_Outgoing self, bytes data)
- SendTo()
C++ Interface: SendTo(const Socket_UDP_Outgoing self, bytes data, const Socket_Address address)
- SetToBroadCast()
C++ Interface: SetToBroadCast(const Socket_UDP_Outgoing self)
- /**
Ask the OS to let us receive broadcast packets on this port.
*/
- __init__(*args, **kwargs)
- getClassType()
C++ Interface: get_class_type()
- get_class_type()
C++ Interface: get_class_type()