Show / Hide Table of Contents

Class MqttConfig

Inheritance
System.Object
ConfigBase
MqttConfig
Inherited Members
ConfigBase.Name
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: System.Dynamic.ExpandoObject
Assembly: Sin.Net.Infrastructure.dll
Syntax
public class MqttConfig : ConfigBase

Constructors

MqttConfig()

Declaration
public MqttConfig()

Properties

Broker

Declaration
public string Broker { get; set; }
Property Value
System.String

ClientID

Declaration
public string ClientID { get; set; }
Property Value
System.String

LasWill

Message to be published by the client when he disconnects

Declaration
public string LasWill { get; set; }
Property Value
System.String

Port

Declaration
public int Port { get; set; }
Property Value
System.Int32

QoS

Gets or sets the quality of service value [0..2]

Declaration
public int QoS { get; set; }
Property Value
System.Int32

Reconnection

Gets or sets the time in seconds to reconnect after a connection loss. If the value is set to the default of 0, no reconnection attempt will be done.

Declaration
public int Reconnection { get; set; }
Property Value
System.Int32

Topics

Gets or sets the list of topic strings.

Declaration
public List<string> Topics { get; set; }
Property Value
System.Collections.Generic.List<System.String>

Methods

ToString()

Declaration
public override string ToString()
Returns
System.String

Overrides
ConfigBase.ToString()

Extension Methods

ObjectCloneExtensions.Clone(Object)
ObjectCloneExtensions.Clone<T>(T)
SecurityExtensions.SecureAccess(Object, SecurityLevels, String)
SecurityExtensions.SecureAccess(Object, Int32, String)
Back to top Copyright 2019 Adrian Singer. Generated by DocFX.