| ModbusInfoGetDescriptionByErrorCode 方法  | 
 
            通过错误码来获取到对应的文本消息
            Get the corresponding text message through the error code
            
 
        命名空间: 
     HslCommunication.ModBus
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public static string GetDescriptionByErrorCode(
	byte code
)
Public Shared Function GetDescriptionByErrorCode ( 
	code As Byte
) As String
public:
static String^ GetDescriptionByErrorCode(
	unsigned char code
)
static member GetDescriptionByErrorCode : 
        code : byte -> string 
参数
- code
- 类型:SystemByte
 错误码
返回值
类型:
String错误的文本描述
 参见
参见