#include <network_interface.h>
Definition at line 42 of file network_interface.h.
◆ UDPInterface()
UDPInterface::UDPInterface |
( |
| ) |
|
◆ ~UDPInterface()
UDPInterface::~UDPInterface |
( |
| ) |
|
◆ close()
◆ is_open()
bool UDPInterface::is_open |
( |
| ) |
|
◆ open()
return_statuses UDPInterface::open |
( |
const char * |
ip_address, |
|
|
const int & |
port |
|
) |
| |
◆ read()
return_statuses UDPInterface::read |
( |
unsigned char * |
msg, |
|
|
const size_t & |
buf_size, |
|
|
size_t & |
bytes_read |
|
) |
| |
◆ write()
return_statuses UDPInterface::write |
( |
unsigned char * |
msg, |
|
|
const size_t & |
msg_size |
|
) |
| |
◆ io_service_
boost::asio::io_service AS::Network::UDPInterface::io_service_ |
|
private |
◆ sender_endpoint_
boost::asio::ip::udp::endpoint AS::Network::UDPInterface::sender_endpoint_ |
|
private |
◆ socket_
boost::asio::ip::udp::socket AS::Network::UDPInterface::socket_ |
|
private |
The documentation for this class was generated from the following files: