#include <network_interface.h>
Definition at line 32 of file network_interface.h.
◆ UDPInterface()
UDPInterface::UDPInterface |
( |
| ) |
|
◆ close()
◆ is_open()
bool UDPInterface::is_open |
( |
| ) |
|
◆ open() [1/2]
ReturnStatuses UDPInterface::open |
( |
const std::string & |
ip_address, |
|
|
uint32_t |
port |
|
) |
| |
◆ open() [2/2]
ReturnStatuses UDPInterface::open |
( |
const std::string & |
ip_address, |
|
|
uint32_t |
port, |
|
|
uint32_t |
receive_buffer_size |
|
) |
| |
◆ read()
◆ write()
ReturnStatuses UDPInterface::write |
( |
const std::vector< uint8_t > & |
msg | ) |
|
◆ io_service_
boost::asio::io_service AS::Network::UDPInterface::io_service_ |
|
private |
◆ receive_buffer_size_
uint32_t AS::Network::UDPInterface::receive_buffer_size_ = 1024 |
|
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: