#include <scp_transceiver.hpp>
|
|
void | send (const ScpMessage &msg) |
| |
|
void | send (const std::string &msg) |
| |
|
void | send (const char *msg) |
| |
|
bool | has () const |
| |
|
std::string | receive () |
| |
|
| TcpTransceiver (const std::string &host, uint16_t port) |
| |
| void | tcp_connect (const std::string &host, uint16_t port) |
| |
| bool | tcp_is_connected () const |
| |
| bool | tcp_is_ok () const |
| |
| void | tcp_disconnect () |
| |
|
uint16_t | tcp_port () const |
| |
|
const std::string & | tcp_host () const |
| |
|
std::string | tcp_endpoint () const |
| |
|
|
void | write (const std::string &msg) |
| |
|
void | write (const char *msg) |
| |
| std::streamsize | tcp_available_data () const |
| |
|
template<typename M > |
| void | tcp_send (M *msg, size_t sz) |
| |
|
|
boost::asio::ip::tcp::iostream | tcp_stream_ |
| |
|
bool | tcp_connected_ {false} |
| |
|
std::string | tcp_host_ {} |
| |
|
uint16_t | tcp_port_ {} |
| |
ScpTransceiver is an SCP transceiver over TCP.
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/cloe/checkouts/v0.25.0/optional/vtd/src/scp_transceiver.hpp
- /home/docs/checkouts/readthedocs.org/user_builds/cloe/checkouts/v0.25.0/optional/vtd/src/scp_transceiver.cpp