AWS IoT Device SDK C: Platform
Platform portability layer
Return to main page ↑
IotMetrics_Cleanup

One-time deinitialization function for the platform metrics component.

void IotMetrics_Cleanup( void );

This function frees resources taken in IotMetrics_Init. No other metrics or Device Defender functions may be called unless IotMetrics_Init is called again.

Warning
No thread-safety guarantees are provided for this function.