Sends multiple metrics to the Agent to be sent to the server.
-
API
-
int Iotc_SendMetricSet ( IotcSession * iotcSession, struct IotcMetricDataSet * metricDataSet )
-
Description
-
Use following helper functions to add metrics data:
Iotc_MetricDataSet *Iotc_AllocMetricDataSet(void);Iotc_AddMetricData(IotcMetricDataSet *metricDataSet, IotcMetric *metric);