OmronFinsNetHelperGetStatusDescription 方法 |
根据欧姆龙返回的错误码,获取错误信息的字符串描述文本
According to the error code returned by Omron, get the string description text of the error message
命名空间:
HslCommunication.Profinet.Omron
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static string GetStatusDescription(
int err
)
Public Shared Function GetStatusDescription (
err As Integer
) As String
public:
static String^ GetStatusDescription(
int err
)
static member GetStatusDescription :
err : int -> string
参数
- err
- 类型:SystemInt32
错误码
返回值
类型:
String文本描述
参见