Socket_UDP_Outgoing¶
-
class
Socket_UDP_Outgoing
¶ Bases:
Socket_IP
Base functionality for a UDP sending socket
Inheritance diagram
-
bool
InitNoAddress
(void)¶ use this interface for a none tagreted UDP connection
This will set a udp up for targeted sends.
-
bool
InitToAddress
(Socket_Address const &address)¶ use this interface for a tagreted UDP connection
Connects the Socket to a specified address
-
bool
Send
(std::string const &data)¶ Send data to connected address
-
bool
SendTo
(std::string const &data, Socket_Address const &address)¶ Send data to specified address
-
bool
SetToBroadCast
(void)¶ Ask the OS to let us receive broadcast packets on this port.
-
Socket_UDP_Outgoing
(void)¶
-
static TypeHandle
get_class_type
(void)¶
-
bool