FreeRTOS: HTTPS Client
HTTPS Client v1.0.0 library
Return to main page ↑
IotHttpsUserBuffer_t Struct Reference

User-provided buffer for storing the HTTPS headers and library internal context. More...

#include <iot_https_types.h>

Data Fields

uint8_t * pBuffer
 Application provided buffer pointer.
 
uint32_t bufferLen
 The length of the application provided buffer.
 

Detailed Description

User-provided buffer for storing the HTTPS headers and library internal context.

Parameter for: IotHttpsClient_InitializeRequest.

The user buffer is configured in IotHttpsConnectionInfo_t.userBuffer, IotHttpsRequestInfo_t.userBuffer and IotHttpsResponseInfo_t.userBuffer.

The minimum size that the buffer must be configured to is indicated by requestUserBufferMinimumSize, responseUserBufferMinimumSize, connectionUserBufferMinimumSize.


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