MqttHelperGetMqttCodeText 方法 |
获取当前的错误的描述信息
Get a description of the current error
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static string GetMqttCodeText(
int status
)
Public Shared Function GetMqttCodeText (
status As Integer
) As String
public:
static String^ GetMqttCodeText(
int status
)
static member GetMqttCodeText :
status : int -> string
参数
- status
- 类型:SystemInt32
状态信息
返回值
类型:
String描述信息
参见