#include <senf/Socket/Protocols/INet/UDPSocketHandle.hh>
This class is utilized as the protocol class of the ProtocolClientSocketHandle via the Socket Handle typedefs above.
Definition at line 80 of file UDPSocketHandle.hh.
Constructors |
|
void | init_client () const |
Create unconnected client socket. |
|
void | init_client (INet4SocketAddress const &address) const |
Create client socket and bind. |
void senf::UDPv4SocketProtocol:: | ||||
init_client | ( | INet4SocketAddress const & | address | ) |
Create client socket and bind.
Creates a new client socket and bind to the given address.
[in] | address | local address to bind to |
Definition at line 54 of file UDPSocketHandle.cc.
void senf::UDPv4SocketProtocol:: | ||||
init_client | () | |||
Create unconnected client socket.
Definition at line 44 of file UDPSocketHandle.cc.