AWS IoT C++ SDK
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
awsiotsdk::ConnectivityInfo Class Reference

Public Member Functions

 ConnectivityInfo (const ConnectivityInfo &)=default
 
 ConnectivityInfo (ConnectivityInfo &&)=default
 
ConnectivityInfooperator= (const ConnectivityInfo &) &=default
 
ConnectivityInfooperator= (ConnectivityInfo &&) &=default
 
 ConnectivityInfo (util::String group_name, util::String ggc_name, util::String id, util::String host_address, uint16_t port, util::String metadata)
 Constructor. More...
 

Data Fields

util::String group_name_
 Name of the group that the GGC belongs to.
 
util::String ggc_name_
 Name of the GGC in the group.
 
util::String id_
 ID of the connectivity info.
 
util::String host_address_
 Host address of the GGC.
 
util::String metadata_
 User defined metadata string.
 
uint16_t port_
 port of the GGC to connect to
 

Constructor & Destructor Documentation

◆ ConnectivityInfo()

awsiotsdk::ConnectivityInfo::ConnectivityInfo ( util::String  group_name,
util::String  ggc_name,
util::String  id,
util::String  host_address,
uint16_t  port,
util::String  metadata 
)
inline
Parameters
group_name- name of the group that the GGC belongs to
ggc_name- name of the GGC in the above thing group
host_address- host address of the GGC
port- port number of the GGC
metadata- user defined metadata string