GetNotifies
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
Atlas 350 Accelerator Card |
x |
|
|
√ |
|
|
√ |
|
|
x |
|
|
x |
|
|
x |
Note: For
Function Description
Obtains all notification messages received by servers in the current AdxlEngine instance and clears them.
Prototype
Status GetNotifies(std::vector<NotifyDesc> ¬ifies)
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
notifies |
Input |
Vector for storing notification messages. |
Example
None
Returns
- SUCCESS: Success.
- Other values: Failure.
Restrictions
- Before calling this API, call the Connect API to establish a link with the peer end.
- This API and Initialize must run in the same thread. If you need to switch threads to call this API, first call aclrtGetCurrentContext in Application Development (C&C++) in the thread where Initialize is running to obtain the context. Then, in the new thread, call aclrtSetCurrentContext in Application Development (C&C++) to set the context.