Home -> IDataArrayOutput -> ReadCounterValue
Description
The ReadCounterValue method attempts to read the captured counter value.
Usage
SuccessToken ReadCounterValue(uint32_t& counterValue) const;
Argument list
- counterValue [uint32_t]
- The variable that receives the captured counter value.
Return value
- [SuccessToken]
- True if the operation succeeded, false otherwise. An assertion will be raised in debug builds if the result is not tested.