Function evt_log

Function Documentation

static inline evt_status_t evt_log(evt_handle_t handle, evt_prop *evt)

Logs a telemetry event.

Last item in evt_prop array must be { .name = NULL, .type = TYPE_NULL }

Parameters
  • handle – SDK handle.

  • size – Number of event properties in array.

  • evt – Event properties array.

Returns