aclrtCntNotifyGetId
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
☓ |
|
☓ |
|
☓ |
|
☓ |
|
☓ |
Description
Obtains the ID of a CntNotify object.
Prototype
1 | aclError aclrtCntNotifyGetId(aclrtCntNotify cntNotify, uint32_t *notifyId) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
cntNotify |
Input |
Pointer to the CntNotify. For details about the type definition, see aclrtCntNotify. |
notifyId |
Output |
CntNotify ID. |
Returns
0 on success; otherwise, failure. For details, see aclError.
Parent topic: CntNotify Management