SAMSerialGetErrorDescription 方法 |
获取错误的文本信息
命名空间:
HslCommunication.Profinet.IDCard
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static string GetErrorDescription(
int err
)
Public Shared Function GetErrorDescription (
err As Integer
) As String
public:
static String^ GetErrorDescription(
int err
)
static member GetErrorDescription :
err : int -> string
参数
- err
- 类型:SystemInt32
错误号
返回值
类型:
String错误信息
参见