Friendly LWM2M client
wpp::WppClient::ClientInfo Struct Reference

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
 

Detailed Description

Represents the information required to create a WppClient.

Definition at line 43 of file WppClient.h.

Member Data Documentation

◆ altPath

std::string wpp::WppClient::ClientInfo::altPath

The alternative path of the client.

Definition at line 46 of file WppClient.h.

◆ endpointName

std::string wpp::WppClient::ClientInfo::endpointName

The endpoint name of the client.

Definition at line 44 of file WppClient.h.

◆ msisdn

std::string wpp::WppClient::ClientInfo::msisdn

The MSISDN of the client.

Definition at line 45 of file WppClient.h.