#include <tcp_connection.hpp>
◆ TcpConnection() [1/2]
mip::platform::TcpConnection::TcpConnection |
( |
| ) |
|
|
default |
◆ TcpConnection() [2/2]
mip::platform::TcpConnection::TcpConnection |
( |
const std::string & |
hostname, |
|
|
uint16_t |
port |
|
) |
| |
◆ ~TcpConnection()
mip::platform::TcpConnection::~TcpConnection |
( |
| ) |
|
◆ recvFromDevice()
bool mip::platform::TcpConnection::recvFromDevice |
( |
uint8_t * |
buffer, |
|
|
size_t |
max_length, |
|
|
size_t * |
length_out, |
|
|
mip::Timestamp * |
timestamp |
|
) |
| |
|
finalvirtual |
◆ sendToDevice()
bool mip::platform::TcpConnection::sendToDevice |
( |
const uint8_t * |
data, |
|
|
size_t |
length |
|
) |
| |
|
finalvirtual |
The documentation for this class was generated from the following files: