点击或拖拽改变大小

MqttSessionInfo 属性

MqttSessionInfo 类型公开以下成员。

属性
  名称说明
公共属性ActiveTime
当前客户端的激活时间
The activation time of the current client
公共属性ClientId
当前接收的客户端ID信息
Client ID information currently received
公共属性DeveloperPermissions
获取或设置当前的会话是否拥有开发者权限,在开发者权限下,可以遍历接口信息,默认所有的会话都支持开发者权限,如果需要屏蔽,则需要在会话登录时,将本属性值设置为 False
Get or set whether the current session has developer permission. Under developer permission, you can traverse the interface information. By default, all sessions support developer permission. If you need to block, you need to set this attribute value to false
公共属性EndPoint
远程的ip地址端口信息
Remote ip address port information
公共属性ForbidPublishTopic
获取或设置当前的MQTT客户端是否允许发布消息,默认为False,如果设置为True,就是禁止发布消息,服务器不会触发收到消息的事件。
Gets or sets whether the current MQTT client is allowed to publish messages, the default is False, if set to True, it is forbidden to publish messages, The server does not trigger the event of receiving a message.
公共属性IsAesCryptography
获取设置客户端的加密信息
公共属性OnlineTime
获取当前的客户端的上线时间
Get the online time of the current client
公共属性Protocol
当前的协议信息,一般为 "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"
公共属性Topics
当前客户端订阅的所有的Topic信息
All Topic information subscribed by the current client
公共属性UserName
当前的用户名
Current username
公共属性WillTopic
遗嘱主题
will topic
Top
参见