#include <udp_server.h>
Public Member Functions | |
bool | init (int port_num) |
initializes UDP server socket. | |
bool | makeConnect () |
connects to the remote host | |
UdpServer () | |
~UdpServer () |
Definition at line 47 of file udp_server.h.
Definition at line 47 of file udp_server.cpp.
Definition at line 52 of file udp_server.cpp.
bool industrial::udp_server::UdpServer::init | ( | int | port_num | ) |
initializes UDP server socket.
port_num | port number (server & client port number must match) |
Definition at line 58 of file udp_server.cpp.
bool industrial::udp_server::UdpServer::makeConnect | ( | ) | [virtual] |
connects to the remote host
Implements industrial::smpl_msg_connection::SmplMsgConnection.
Definition at line 109 of file udp_server.cpp.