C# Class Cgw.SmcError.NrsError

Inheritance: SmcErr
Show file Open project: eSDK/esdk_Cgw

Public Methods

Method Description
GetModelName ( ) : string

取模块名称

NrsError ( ) : System

构造函数

NrsError ( uint result ) : System

构造函数

Method Details

GetModelName() public method

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

NrsError() public method

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

NrsError() public method

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