ihuReadMultiTagRawDataByCount

Use the ihuReadMultiTagRawDataByCount function to return up to the requested number of raw samples for multiple tags.

Prototype

ihuErrorCode IHUAPI ihuReadMultiTagRawDataByCount (
long serverhandle,
int number_of_tags,
IHU_ TIMESTAMP *StartTime,
int *number_of_samples, BOOL TimeForward,
ihuErrorCode **error_returns, IHU_RETRIEVED_RAW_VALUES *pSamples
);

Remarks

The ihuReadMultiTagRawDataByCount function returns per-tag and overall errors.

Returns

The ihuReadMultitagRawDataByCount function returns ihuSTATUS_OK when values are successfully retrieved.

Errors are returned on read timeouts, when the user is not a member of the ih Readers security group, or if the tag is not found.