SiemensMPIGetMsgFromStatus 方法 (Byte, Byte) |
根据错误信息,获取到文本信息
命名空间:
HslCommunication.Profinet.Siemens
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static string GetMsgFromStatus(
byte errorClass,
byte errorCode
)
Public Shared Function GetMsgFromStatus (
errorClass As Byte,
errorCode As Byte
) As String
public:
static String^ GetMsgFromStatus(
unsigned char errorClass,
unsigned char errorCode
)
static member GetMsgFromStatus :
errorClass : byte *
errorCode : byte -> string
参数
- errorClass
- 类型:SystemByte
错误类型 - errorCode
- 类型:SystemByte
错误代码
返回值
类型:
String错误信息
参见