31 #ifndef IOT_METRICS_H_ 32 #define IOT_METRICS_H_ 35 #include "iot_config.h" 41 #include "iot_linear_containers.h" 97 void ( * metricsCallback )(
void *,
const IotListDouble_t * ) );
bool IotMetrics_Init(void)
One-time initialization function for the platform metrics component.
void IotMetrics_Cleanup(void)
One-time deinitialization function for the platform metrics component.
void IotMetrics_GetTcpConnections(void *pContext, void(*metricsCallback)(void *, const IotListDouble_t *))
Retrieve a list of active TCP connections from the system.