FreeRTOS
|
Green Grass Core connection parameters. More...
#include <aws_greengrass_discovery.h>
Data Fields | |
const char * | pcHostAddress |
char * | pcCertificate |
uint32_t | ulCertificateSize |
uint16_t | usPort |
Green Grass Core connection parameters.
Green Grass Core connection parameters extracted from the JSON file returned from the local discovery or from the Cloud. This is the return parameter from the discovery.
Definition at line 59 of file aws_greengrass_discovery.h.
char* pcCertificate |
Certificate of GGC.
Definition at line 62 of file aws_greengrass_discovery.h.
const char* pcHostAddress |
Host address, could be IP or hostname.
Definition at line 61 of file aws_greengrass_discovery.h.
uint32_t ulCertificateSize |
Certificate size of GGC.
Definition at line 63 of file aws_greengrass_discovery.h.
uint16_t usPort |
Port to connect to the GGC.
Definition at line 64 of file aws_greengrass_discovery.h.