Socket_UDP_Outgoing

from panda3d.core import Socket_UDP_Outgoing
class Socket_UDP_Outgoing

Bases:

Bases: Socket_IP

Base functionality for a UDP sending socket

Inheritance diagram

Inheritance diagram of Socket_UDP_Outgoing

InitNoAddress() bool

use this interface for a none tagreted UDP connection

InitToAddress(address: Socket_Address) bool

Connects the Socket to a specified address

Send(data: str) bool

Send data to connected address

SendTo(data: str, address: Socket_Address) bool

Send data to specified address

SetToBroadCast() bool

Ask the OS to let us receive broadcast packets on this port.

__init__()
static getClassType() TypeHandle