Finalize
Applicability
Product |
Supported (√/x) |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
x |
|
x |
|
x |
Note: For
Function Description
Cleans up AdxlEngine resources.
Prototype
1 | void Finalize() |
Parameters
None
Example
Click Gitee, download the sample package of the matching version based on the tag name, and obtain the sample from the cplusplus/level1_single_api/12_adxl directory.
Returns
None
Exception Handling
None
Restrictions
- This API must be used in conjunction with Initialize.
- You are advised to disconnect the link and deregister the memory before calling Finalize.
- The server needs to call this API after all clients have disconnected. If the server exits prematurely, an error will occur during client disconnection and data transmission.
- When the client needs to perform remote read and write operations on the server's address, the server must wait until these operations are completed before calling this API; otherwise, the operation will fail.
- This API cannot be called concurrently with other APIs.
Parent topic: ADXL APIs