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