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

Inheritance diagram of Socket_UDP_Outgoing

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)

/**
  • Send data to connected address

*/

/**
  • Send data to connected address

*/

SendTo()

C++ Interface: SendTo(const Socket_UDP_Outgoing self, bytes data, const Socket_Address address)

/**
  • Send data to specified address

*/

/**
  • Send data to specified 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()