Class MqttConnAckPacket
public sealed class MqttConnAckPacket : MqttPacket
- Inheritance
-
MqttConnAckPacket
- Inherited Members
- Extension Methods
Constructors
MqttConnAckPacket()
public MqttConnAckPacket()
Properties
AssignedClientIdentifier
Added in MQTTv5.
public string AssignedClientIdentifier { get; set; }
Property Value
AuthenticationData
public byte[] AuthenticationData { get; set; }
Property Value
- byte[]
AuthenticationMethod
public string AuthenticationMethod { get; set; }
Property Value
IsSessionPresent
Added in MQTTv3.1.1.
public bool IsSessionPresent { get; set; }
Property Value
MaximumPacketSize
public uint MaximumPacketSize { get; set; }
Property Value
MaximumQoS
public MqttQualityOfServiceLevel MaximumQoS { get; set; }
Property Value
ReasonCode
Added in MQTTv5.
public MqttConnectReasonCode ReasonCode { get; set; }
Property Value
ReasonString
public string ReasonString { get; set; }
Property Value
ReceiveMaximum
public ushort ReceiveMaximum { get; set; }
Property Value
ResponseInformation
public string ResponseInformation { get; set; }
Property Value
RetainAvailable
public bool RetainAvailable { get; set; }
Property Value
ReturnCode
public MqttConnectReturnCode ReturnCode { get; set; }
Property Value
ServerKeepAlive
public ushort ServerKeepAlive { get; set; }
Property Value
ServerReference
public string ServerReference { get; set; }
Property Value
SessionExpiryInterval
public uint SessionExpiryInterval { get; set; }
Property Value
SharedSubscriptionAvailable
public bool SharedSubscriptionAvailable { get; set; }
Property Value
SubscriptionIdentifiersAvailable
public bool SubscriptionIdentifiersAvailable { get; set; }
Property Value
TopicAliasMaximum
public ushort TopicAliasMaximum { get; set; }
Property Value
UserProperties
public List<MqttUserProperty> UserProperties { get; set; }
Property Value
WildcardSubscriptionAvailable
public bool WildcardSubscriptionAvailable { get; set; }
Property Value
Methods
ToString()
public override string ToString()