34 #ifndef IOT_METRICS_H_ 35 #define IOT_METRICS_H_ 38 #include "iot_config.h" 44 #include "iot_linear_containers.h" 110 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.