C# Class Cgw.SmcError.CgwError

Inheritance: SmcErr
Show file Open project: eSDK/esdk_Cgw Class Usage Examples

Public Methods

Method Description
CgwError ( ) : System

构造函数

CgwError ( uint result ) : System

构造函数

GetModelName ( ) : string

取模块名称

Method Details

CgwError() public method

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

CgwError() public method

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

GetModelName() public method

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