Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
teo::teoL0Client Struct Reference

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
 

Detailed Description

Teonet App parameters.

Constructor & Destructor Documentation

teo::teoL0Client::teoL0Client ( const char *  name,
uint8_t  name_len,
const char *  addr,
int  port 
)
inline
teo::teoL0Client::teoL0Client ( const std::string &  name,
const std::string &  addr,
int  port 
)
inline
virtual teo::teoL0Client::~teoL0Client ( )
inlinevirtual

References addr, free(), and name.

Field Documentation

const char* teo::teoL0Client::addr
const char* teo::teoL0Client::name
uint8_t teo::teoL0Client::name_len
int teo::teoL0Client::port

The documentation for this struct was generated from the following file: