StopModule
Function Usage
Stops the module.
Restrictions
N/A
Prototype
VmiErrCode StopModule(VmiDataType module)
Parameter Description
Field Name |
Input/Output |
Field Type |
Description |
|---|---|---|---|
module |
Input |
VmiDataType |
Module data type. |
Return Value Description
Data type: enum VmiErrCode: int32_t
The value can be any of the following:
- OK (0): The module is stopped successfully.
- Negative error code: Failed to stop the module.
Parent topic: Functional APIs