FreeRTOS
Data Fields
GGD_HostAddressData_t Struct Reference

Green Grass Core connection parameters. More...

#include <aws_greengrass_discovery.h>

Data Fields

const char * pcHostAddress
 
char * pcCertificate
 
uint32_t ulCertificateSize
 
uint16_t usPort
 

Detailed Description

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.

Field Documentation

◆ pcCertificate

char* pcCertificate

Certificate of GGC.

Definition at line 62 of file aws_greengrass_discovery.h.

◆ pcHostAddress

const char* pcHostAddress

Host address, could be IP or hostname.

Definition at line 61 of file aws_greengrass_discovery.h.

◆ ulCertificateSize

uint32_t ulCertificateSize

Certificate size of GGC.

Definition at line 63 of file aws_greengrass_discovery.h.

◆ usPort

uint16_t usPort

Port to connect to the GGC.

Definition at line 64 of file aws_greengrass_discovery.h.


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