Click or drag to resize

ConnackProperties Class

Connack properties.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.HLE.Comms.MQTTConnackProperties

Namespace: Demo3D.HLE.Comms.MQTT
Assembly: Demo3D.HLE (in Demo3D.HLE.dll) Version: 19.00.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class ConnackProperties : BindableBase

The ConnackProperties type exposes the following members.

Properties
 NameDescription
Public propertyAssignedClientIdentifier Assigned client identifier.
Public propertyAuthenticationData Authentication data.
Public propertyAuthenticationMethod Authentication method.
Public propertyMaximumPacketSize Maximum packet size.
Public propertyMaximumQoS Maximum quality of service.
Public propertyReasonString Reason string.
Public propertyReceiveMaximum Receive maximum.
Public propertyResponseInformation Response information.
Public propertyRetainAvailable Retain available.
Public propertyServerKeepAlive Server keep alive.
Public propertyServerReference Server reference.
Public propertySessionExpiryInterval Session expiry interval.
Public propertySharedSubscriptionAvailable Shared subscription available.
Public propertySubscriptionIdentifiersAvailable Subscription identifiers available.
Public propertyTopicAliasMaximum Topic alias maximum.
Public propertyUserProperties User properties.
Public propertyWildcardSubscriptionAvailable Wildcard subscription available.
Top
Methods
 NameDescription
Public methodRaisePropertiesChanged Raise an PropertyChanged event for each value.
(Inherited from BindableBase)
Public methodRaisePropertyChanged(PropertyChangedEventArgs) Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase)
Public methodRaisePropertyChanged(String) Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase)
Public methodToString
(Overrides SimpleCustomTypeDescriptor.ToString)
Top
See Also