Function: get_notify_id
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Obtains the ID of a specified Notify.
Prototype
- C Prototype
aclError aclrtGetNotifyId(aclrtNotify notify, uint32_t *notifyId)
- Python Function
1notify_id, ret = acl.rt.get_notify_id(notify)
Parameter Description
Parameter |
Description |
|---|---|
notify |
Int, pointer address of the Notify to be queried. |
Return Value Description
Return Value |
Description |
|---|---|
notify_id |
Int, Notify ID. |
ret |
Int, 0 on success; else, failure. |
Parent topic: Notify Management