Function psyiage_metric_record_values_blob¶
Defined in File psyiagesdk.h
Function Documentation¶
-
FUTURE_PSYIAGE_API int
psyiage_metric_record_values_blob
(psyiage_handle handle, char *names[], void *values, int valuesize, int nummetrics)¶ Push blob metric values.
Record new blob (ie. binary data) metric values into the current session.
- Note
Not yet implemented
- Return
If successful, PSYIAGE_ERROR_SUCCESS. Otherwise, a non-zero error code
- Parameters
handle
: - A handle to the psyiage instancenames
: - Array of strings identifying the metrics to pushvalues
: - Array of blob values corresponding to the metric to pushvaluesize
: - The size in bytes of a single blob valuenummetrics
: - Number of metric values to push