StopModule
Function Usage
Stops the module.
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 successfully stopped.
- Other values: The module fails to be stopped, and an error code is returned.
Parent topic: Functional APIs