MqttClientApplicationMessageMsgID 属性 |
当前消息的ID信息,在Qos大于0的时候,才是有值的
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public int MsgID { get; set; }
Public Property MsgID As Integer
Get
Set
public:
property int MsgID {
int get ();
void set (int value);
}
member MsgID : int with get, set
属性值
类型:
Int32参见