#include <transport.h>
◆ Transport() [1/2]
encrypto::motion::communication::Transport::Transport |
( |
| ) |
|
|
default |
◆ Transport() [2/2]
encrypto::motion::communication::Transport::Transport |
( |
Transport && |
other | ) |
|
|
default |
◆ ~Transport()
virtual encrypto::motion::communication::Transport::~Transport |
( |
| ) |
|
|
virtualdefault |
◆ Available()
virtual bool encrypto::motion::communication::Transport::Available |
( |
| ) |
const |
|
pure virtual |
◆ GetStatistics()
const TransportStatistics & encrypto::motion::communication::Transport::GetStatistics |
( |
| ) |
const |
◆ ReceiveMessage()
virtual std::optional<std::vector<std::uint8_t> > encrypto::motion::communication::Transport::ReceiveMessage |
( |
| ) |
|
|
pure virtual |
◆ ResetStatistics()
void encrypto::motion::communication::Transport::ResetStatistics |
( |
| ) |
|
◆ SendMessage() [1/2]
virtual void encrypto::motion::communication::Transport::SendMessage |
( |
const std::vector< std::uint8_t > & |
message | ) |
|
|
pure virtual |
◆ SendMessage() [2/2]
virtual void encrypto::motion::communication::Transport::SendMessage |
( |
std::vector< std::uint8_t > && |
message | ) |
|
|
pure virtual |
◆ Shutdown()
virtual void encrypto::motion::communication::Transport::Shutdown |
( |
| ) |
|
|
pure virtual |
◆ ShutdownSend()
virtual void encrypto::motion::communication::Transport::ShutdownSend |
( |
| ) |
|
|
pure virtual |
◆ statistics_
The documentation for this class was generated from the following files: