点击或拖拽改变大小

ModbusInfoGetDescriptionByErrorCode 方法

通过错误码来获取到对应的文本消息
Get the corresponding text message through the error code

命名空间:  HslCommunication.ModBus
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static string GetDescriptionByErrorCode(
	byte code
)

参数

code
类型:SystemByte
错误码

返回值

类型:String
错误的文本描述
参见