MelsecHelperGetErrorDescription 方法 |
根据三菱的错误码去查找对象描述信息
命名空间:
HslCommunication.Profinet.Melsec
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static string GetErrorDescription(
int code
)
Public Shared Function GetErrorDescription (
code As Integer
) As String
public:
static String^ GetErrorDescription(
int code
)
static member GetErrorDescription :
code : int -> string
参数
- code
- 类型:SystemInt32
错误码
返回值
类型:
String描述信息
参见