|
Friendly LWM2M client
|
Represents the information required to create a WppClient. More...
#include <WppClient.h>
Collaboration diagram for wpp::WppClient::ClientInfo:Public Attributes | |
| std::string | endpointName |
| std::string | msisdn |
| std::string | altPath |
Represents the information required to create a WppClient.
Definition at line 43 of file WppClient.h.
| std::string wpp::WppClient::ClientInfo::altPath |
The alternative path of the client.
Definition at line 46 of file WppClient.h.
| std::string wpp::WppClient::ClientInfo::endpointName |
The endpoint name of the client.
Definition at line 44 of file WppClient.h.
| std::string wpp::WppClient::ClientInfo::msisdn |
The MSISDN of the client.
Definition at line 45 of file WppClient.h.