FreeRTOS
|
Input from user to locate GGC inside JSON file. More...
#include <aws_greengrass_discovery.h>
Data Fields | |
const char * | pcGroupName |
const char * | pcCoreAddress |
uint8_t | ucInterface |
Input from user to locate GGC inside JSON file.
When using manual selection discovery, the user should fill the host parameters fields. The discovery API will use those to locate the GGC inside the JSON file and fill GGD_HostAddressData_t fields.
Definition at line 45 of file aws_greengrass_discovery.h.
const char* pcCoreAddress |
Contains the ARN of the GGC device.
Definition at line 48 of file aws_greengrass_discovery.h.
const char* pcGroupName |
Contains the Group name of the GGC device.
Definition at line 47 of file aws_greengrass_discovery.h.
uint8_t ucInterface |
Contains the interface # of the GGC device.
Definition at line 49 of file aws_greengrass_discovery.h.