NetworkAlienClientGetMsgFromCode 方法 |
获取错误的描述信息
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.0.3.0 (12.0.3.0)
语法public static string GetMsgFromCode(
string dtu,
int code
)
Public Shared Function GetMsgFromCode (
dtu As String,
code As Integer
) As String
public:
static String^ GetMsgFromCode(
String^ dtu,
int code
)
static member GetMsgFromCode :
dtu : string *
code : int -> string
参数
- dtu
- 类型:SystemString
dtu信息 - code
- 类型:SystemInt32
错误码
返回值
类型:
String错误信息
参见