|
Teonet library
0.4.7
|
Teonet App parameters. More...
#include <teonet.hpp>
Public Member Functions | |
| teoL0Client (const char *name, uint8_t name_len, const char *addr, int port) | |
| teoL0Client (const std::string &name, const std::string &addr, int port) | |
| virtual | ~teoL0Client () |
Data Fields | |
| const char * | name |
| Teonet L0 Client address. More... | |
| uint8_t | name_len |
| const char * | addr |
| int | port |
Teonet App parameters.
|
inline |
|
inline |
| const char* teo::teoL0Client::addr |
Referenced by teo::Teonet::sendEchoToL0(), teo::Teonet::sendEchoToL0A(), teo::Teonet::sendToL0(), and ~teoL0Client().
| const char* teo::teoL0Client::name |
Teonet L0 Client address.
Referenced by teo::Teonet::sendEchoToL0(), teo::Teonet::sendEchoToL0A(), teo::Teonet::sendToL0(), and ~teoL0Client().
| uint8_t teo::teoL0Client::name_len |
Referenced by teo::Teonet::sendEchoToL0(), teo::Teonet::sendEchoToL0A(), and teo::Teonet::sendToL0().
| int teo::teoL0Client::port |
Referenced by teo::Teonet::sendEchoToL0(), teo::Teonet::sendEchoToL0A(), and teo::Teonet::sendToL0().