SiemensPPIHelperGetMsgFromStatus 方法 (Byte) |
根据错误代号信息,获取到指定的文本信息
According to the error code information, get the specified text information
命名空间:
HslCommunication.Profinet.Siemens.Helper
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static string GetMsgFromStatus(
byte code
)
Public Shared Function GetMsgFromStatus (
code As Byte
) As String
public:
static String^ GetMsgFromStatus(
unsigned char code
)
static member GetMsgFromStatus :
code : byte -> string
参数
- code
- 类型:SystemByte
错误状态信息
返回值
类型:
String消息文本
参见