Click or drag to resize

MqttClientProperties Class

MQTT client properties.
Inheritance Hierarchy
SystemObject
  BaseCustomTypeDescriptor
    Demo3D.HLE.Comms.NetMqttConnectionProperties
      Demo3D.HLE.Comms.NetMqttClientProperties

Namespace:  Demo3D.HLE.Comms.Net
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 18.03.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class MqttClientProperties : MqttConnectionProperties

The MqttClientProperties type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyConnackProperties
Negotiated connack properties.
Public propertyConnectParameters
Connect parameters.
Public propertyMinReconnectDelay
Minimum time (ms) to wait before reconnecting to the same address.
Public propertyReceiveTimeout
Maximum time (ms) to wait for a packet to be received. (-1 means wait forever.)
Public propertySessionPresent
True if a client session is already present.
Top
Methods
  NameDescription
Public methodToString (Inherited from MqttConnectionProperties.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from MqttConnectionProperties.)
Top
See Also