OpenProtocolNetGetErrorText 方法 |
根据错误代码来获取到错误文本信息
命名空间:
HslCommunication.Profinet.OpenProtocol
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static string GetErrorText(
int code
)
Public Shared Function GetErrorText (
code As Integer
) As String
public:
static String^ GetErrorText(
int code
)
static member GetErrorText :
code : int -> string
参数
- code
- 类型:SystemInt32
错误代号
返回值
类型:
String错误文本
参见