Class MqttConnectPacket
public sealed class MqttConnectPacket : MqttPacket
- Inheritance
-
MqttConnectPacket
- Inherited Members
- Extension Methods
Constructors
MqttConnectPacket()
public MqttConnectPacket()
Properties
AuthenticationData
public byte[] AuthenticationData { get; set; }
Property Value
- byte[]
AuthenticationMethod
public string AuthenticationMethod { get; set; }
Property Value
CleanSession
Also called "Clean Start" in MQTTv5.
public bool CleanSession { get; set; }
Property Value
ClientId
public string ClientId { get; set; }
Property Value
KeepAlivePeriod
public ushort KeepAlivePeriod { get; set; }
Property Value
MaximumPacketSize
public uint MaximumPacketSize { get; set; }
Property Value
Password
public byte[] Password { get; set; }
Property Value
- byte[]
ReceiveMaximum
public ushort ReceiveMaximum { get; set; }
Property Value
RequestProblemInformation
public bool RequestProblemInformation { get; set; }
Property Value
RequestResponseInformation
public bool RequestResponseInformation { get; set; }
Property Value
SessionExpiryInterval
public uint SessionExpiryInterval { get; set; }
Property Value
TopicAliasMaximum
public ushort TopicAliasMaximum { get; set; }
Property Value
TryPrivate
public bool TryPrivate { get; set; }
Property Value
UserProperties
public List<MqttUserProperty> UserProperties { get; set; }
Property Value
Username
public string Username { get; set; }
Property Value
WillContentType
public string WillContentType { get; set; }
Property Value
WillCorrelationData
public byte[] WillCorrelationData { get; set; }
Property Value
- byte[]
WillDelayInterval
public uint WillDelayInterval { get; set; }
Property Value
WillFlag
public bool WillFlag { get; set; }
Property Value
WillMessage
public byte[] WillMessage { get; set; }
Property Value
- byte[]
WillMessageExpiryInterval
public uint WillMessageExpiryInterval { get; set; }
Property Value
WillPayloadFormatIndicator
public MqttPayloadFormatIndicator WillPayloadFormatIndicator { get; set; }
Property Value
WillQoS
public MqttQualityOfServiceLevel WillQoS { get; set; }
Property Value
WillResponseTopic
public string WillResponseTopic { get; set; }
Property Value
WillRetain
public bool WillRetain { get; set; }
Property Value
WillTopic
public string WillTopic { get; set; }
Property Value
WillUserProperties
public List<MqttUserProperty> WillUserProperties { get; set; }
Property Value
Methods
ToString()
public override string ToString()