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