AWS IoT Device SDK C: Static Memory
Statically-allocated buffer pools
Return to main page ↑
Iot_MessageBufferSize

Get the fixed size of a message buffer.

size_t Iot_MessageBufferSize( void );

The size of the message buffers are known at compile time, but it is a constant that may not be visible to all source files. This function allows other source files to know the size of a message buffer.

Returns
The size, in bytes, of a single message buffer.