aclrtGetEventAvailNum
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Queries the number of available events on the current device.
Prototype
aclError aclrtGetEventAvailNum(uint32_t *eventCount)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
eventCount |
Output |
Number of events. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Event Management