C# Class Cgw.SmcError.VctError

Inheritance: SmcErr
Show file Open project: eSDK/esdk_Cgw

Public Methods

Method Description
GetModelName ( ) : string

取模块名称

VctError ( ) : System

构造函数

VctError ( uint result ) : System

构造函数

Method Details

GetModelName() public method

取模块名称
public GetModelName ( ) : string
return string

VctError() public method

构造函数
public VctError ( ) : System
return System

VctError() public method

构造函数
public VctError ( uint result ) : System
result uint 结果
return System