Base functionality for a UDP Sending Socket. More...
Public Member Functions | |
bool | InitNoAddress () |
This will set a udp up for targeted sends. | |
bool | InitToAddress (Socket_Address const address) |
Connects the Socket to a Specified address. | |
bool | Send (string data) |
Send data to connected address. | |
bool | SendTo (string data, Socket_Address const address) |
Send data to specified address. | |
bool | SetToBroadCast () |
Ask the OS to let us receive BROADCASt packets on this port. | |
SocketUDPOutgoing () | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
Base functionality for a UDP Sending Socket.
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from Socket_IP.
bool InitNoAddress | ( | ) |
This will set a udp up for targeted sends.
Return type : inline bool Argument : void
bool InitToAddress | ( | Socket_Address const | address | ) |
Connects the Socket to a Specified address.
Return type : inline bool Argument : NetAddress & address
bool Send | ( | string | data | ) |
Send data to connected address.
Return type : inline bool Argument : const string &data
bool SendTo | ( | string | data, |
Socket_Address const | address | ||
) |
Send data to specified address.
Return type : inline bool Argument : const string &data Argument : NetAddress & address
bool SetToBroadCast | ( | ) |
Ask the OS to let us receive BROADCASt packets on this port.
Return type : bool Argument : void