MqttSessionInfoProtocol 属性 |
当前的协议信息,一般为 "MQTT",如果是同步客户端那么是 "HUSL",如果是文件客户端就是 "FILE"
The current protocol information, generally "MQTT", if it is a synchronous client then it is "HUSL", if it is a file client it is "FILE"
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public string Protocol { get; set; }
Public Property Protocol As String
Get
Set
public:
property String^ Protocol {
String^ get ();
void set (String^ value);
}
member Protocol : string with get, set
属性值
类型:
String参见