YokogawaLinkHelperGetErrorMsg 方法 |
获取横河PLC的错误的具体描述信息
命名空间:
HslCommunication.Profinet.Yokogawa
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.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错误的描述信息
参见