FreeRTOS
Data Fields
HostParameters_t Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ pcCoreAddress

const char* pcCoreAddress

Contains the ARN of the GGC device.

Definition at line 48 of file aws_greengrass_discovery.h.

◆ pcGroupName

const char* pcGroupName

Contains the Group name of the GGC device.

Definition at line 47 of file aws_greengrass_discovery.h.

◆ ucInterface

uint8_t ucInterface

Contains the interface # of the GGC device.

Definition at line 49 of file aws_greengrass_discovery.h.


The documentation for this struct was generated from the following file: