|
FreeRTOS
|
greengrass discovery API. More...
Go to the source code of this file.
Data Structures | |
| struct | HostParameters_t |
| Input from user to locate GGC inside JSON file. More... | |
| struct | GGD_HostAddressData_t |
| Green Grass Core connection parameters. More... | |
Functions | |
| BaseType_t | GGD_GetGGCIPandCertificate (char *pcBuffer, const uint32_t ulBufferSize, GGD_HostAddressData_t *pxHostAddressData) |
| BaseType_t | GGD_JSONRequestStart (Socket_t *pxSocket) |
| BaseType_t | GGD_JSONRequestGetSize (Socket_t *pxSocket, uint32_t *pulJSONFileSize) |
| BaseType_t | GGD_JSONRequestGetFile (Socket_t *pxSocket, char *pcBuffer, const uint32_t ulBufferSize, uint32_t *pulByteRead, BaseType_t *pxJSONFileRetrieveCompleted, const uint32_t pulJSONFileSize) |
| void | GGD_JSONRequestAbort (Socket_t *pxSocket) |
| BaseType_t | GGD_GetIPandCertificateFromJSON (char *pcJSONFile, const uint32_t ulJSONFileSize, const HostParameters_t *pxHostParameters, GGD_HostAddressData_t *pxHostAddressData, const BaseType_t xAutoSelectFlag) |
greengrass discovery API.
Definition in file aws_greengrass_discovery.h.
1.8.13