Table of Contents

Class MqttConnAckPacket

Namespace
MQTTnet.Packets
Assembly
MQTTnet.dll
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

string

AuthenticationData

public byte[] AuthenticationData { get; set; }

Property Value

byte[]

AuthenticationMethod

public string AuthenticationMethod { get; set; }

Property Value

string

IsSessionPresent

Added in MQTTv3.1.1.

public bool IsSessionPresent { get; set; }

Property Value

bool

MaximumPacketSize

public uint MaximumPacketSize { get; set; }

Property Value

uint

MaximumQoS

public MqttQualityOfServiceLevel MaximumQoS { get; set; }

Property Value

MqttQualityOfServiceLevel

ReasonCode

Added in MQTTv5.

public MqttConnectReasonCode ReasonCode { get; set; }

Property Value

MqttConnectReasonCode

ReasonString

public string ReasonString { get; set; }

Property Value

string

ReceiveMaximum

public ushort ReceiveMaximum { get; set; }

Property Value

ushort

ResponseInformation

public string ResponseInformation { get; set; }

Property Value

string

RetainAvailable

public bool RetainAvailable { get; set; }

Property Value

bool

ReturnCode

public MqttConnectReturnCode ReturnCode { get; set; }

Property Value

MqttConnectReturnCode

ServerKeepAlive

public ushort ServerKeepAlive { get; set; }

Property Value

ushort

ServerReference

public string ServerReference { get; set; }

Property Value

string

SessionExpiryInterval

public uint SessionExpiryInterval { get; set; }

Property Value

uint

SharedSubscriptionAvailable

public bool SharedSubscriptionAvailable { get; set; }

Property Value

bool

SubscriptionIdentifiersAvailable

public bool SubscriptionIdentifiersAvailable { get; set; }

Property Value

bool

TopicAliasMaximum

public ushort TopicAliasMaximum { get; set; }

Property Value

ushort

UserProperties

public List<MqttUserProperty> UserProperties { get; set; }

Property Value

List<MqttUserProperty>

WildcardSubscriptionAvailable

public bool WildcardSubscriptionAvailable { get; set; }

Property Value

bool

Methods

ToString()

public override string ToString()

Returns

string