|
AWS IoT C++ SDK
|
Public Member Functions | |
| ConnectivityInfo (const ConnectivityInfo &)=default | |
| ConnectivityInfo (ConnectivityInfo &&)=default | |
| ConnectivityInfo & | operator= (const ConnectivityInfo &) &=default |
| ConnectivityInfo & | operator= (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... | |
|
inline |
| 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 |