Function psyiage_metric_get_values_blob¶
- Defined in File psyiagesdk.h 
Function Documentation¶
- 
FUTURE_PSYIAGE_API int psyiage_metric_get_values_blob(psyiage_handle handle, char *name, unsigned long long timestamps[], void *values, int valuesize, int *numvalues)¶
- Retrieve blob metric values. - Get the blob (ie. binary data) values stored for a particular metric in 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 instance
- name: - string identifying the metric to query
- timestamps: - If successful, contains an array of timestamps for each recorded value
- values: - If successful, contains an array of blob values recorded for the metric
- valuesize: - The size in bytes of a single blob value
- numvalues: - Contains the size of the timestamps and values arrays. If successful, contains the total number of values recorded for the metric