Socket_UDP_Incoming
from panda3d.net import Socket_UDP_Incoming
- class Socket_UDP_Incoming
Bases:
Socket_IP
Base functionality for a UDP Reader
Inheritance diagram
- InitNoAddress()
C++ Interface: InitNoAddress(const Socket_UDP_Incoming self)
- /**
Set this socket to work without a bound external address.
*/
- OpenForInput()
C++ Interface: OpenForInput(const Socket_UDP_Incoming self, const Socket_Address address) OpenForInput(const Socket_UDP_Incoming self, int port)
- OpenForInputMCast()
C++ Interface: OpenForInputMCast(const Socket_UDP_Incoming self, const Socket_Address address)
- /**
Starts a UDP socket listening on a port
*/
- SendTo()
C++ Interface: SendTo(const Socket_UDP_Incoming self, str data, int len, const Socket_Address address)
- /**
Send data to specified address
*/
- SetToBroadCast()
C++ Interface: SetToBroadCast(const Socket_UDP_Incoming self)
- /**
Flips the OS bits that allow for brodcast packets to come in on this port.
*/
- __init__(*args, **kwargs)
- getClassType()
C++ Interface: get_class_type()
- get_class_type()
C++ Interface: get_class_type()