| YokogawaLinkHelperGetErrorMsg 方法  | 
 
            获取横河PLC的错误的具体描述信息
            
 
        命名空间: 
     HslCommunication.Profinet.Yokogawa
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public static string GetErrorMsg(
	byte code
)
Public Shared Function GetErrorMsg ( 
	code As Byte
) As String
public:
static String^ GetErrorMsg(
	unsigned char code
)
static member GetErrorMsg : 
        code : byte -> string 
参数
- code
- 类型:SystemByte
 错误码
返回值
类型:
String错误的描述信息
 参见
参见