我要评分
获取效率
正确性
完整性
易理解

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.