DLT698HelperGetErrorText 方法 |
根据错误代码返回详细的错误文本消息
命名空间:
HslCommunication.Instrument.DLT.Helper
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static string GetErrorText(
byte err
)
Public Shared Function GetErrorText (
err As Byte
) As String
public:
static String^ GetErrorText(
unsigned char err
)
static member GetErrorText :
err : byte -> string
参数
- err
- 类型:SystemByte
错误代码
返回值
类型:
String错误文本消息
参见