MqttSessionWillMessage 属性 |
遗嘱的消息内容
The message content of the will
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public byte[] WillMessage { get; set; }
Public Property WillMessage As Byte()
Get
Set
public:
property array<unsigned char>^ WillMessage {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member WillMessage : byte[] with get, set
属性值
类型:
Byte备注
当前的会话如果因为非正常原因下线的时候,服务器立即发布该客户端的遗嘱主题及数据信息
参见