#include <tcp_transport.h>
◆ TcpTransport() [1/2]
◆ TcpTransport() [2/2]
encrypto::motion::communication::TcpTransport::TcpTransport |
( |
TcpTransport && |
other | ) |
|
◆ ~TcpTransport()
encrypto::motion::communication::TcpTransport::~TcpTransport |
( |
| ) |
|
|
default |
◆ Available()
bool encrypto::motion::communication::TcpTransport::Available |
( |
| ) |
const |
|
overridevirtual |
◆ ReceiveMessage()
std::optional< std::vector< std::uint8_t > > encrypto::motion::communication::TcpTransport::ReceiveMessage |
( |
| ) |
|
|
overridevirtual |
◆ SendMessage() [1/2]
void encrypto::motion::communication::TcpTransport::SendMessage |
( |
const std::vector< std::uint8_t > & |
message | ) |
|
|
overridevirtual |
◆ SendMessage() [2/2]
void encrypto::motion::communication::TcpTransport::SendMessage |
( |
std::vector< std::uint8_t > && |
message | ) |
|
|
overridevirtual |
◆ Shutdown()
void encrypto::motion::communication::TcpTransport::Shutdown |
( |
| ) |
|
|
overridevirtual |
◆ ShutdownSend()
void encrypto::motion::communication::TcpTransport::ShutdownSend |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: