Table of Contents

Class MqttSubscription

Namespace
MQTTnet.Server
Assembly
MQTTnet.dll
public sealed class MqttSubscription
Inheritance
MqttSubscription
Inherited Members

Constructors

MqttSubscription(string, bool, MqttRetainHandling, bool, MqttQualityOfServiceLevel, uint)

public MqttSubscription(string topic, bool noLocal, MqttRetainHandling retainHandling, bool retainAsPublished, MqttQualityOfServiceLevel qualityOfServiceLevel, uint identifier)

Parameters

topic string
noLocal bool
retainHandling MqttRetainHandling
retainAsPublished bool
qualityOfServiceLevel MqttQualityOfServiceLevel
identifier uint

Properties

GrantedQualityOfServiceLevel

public MqttQualityOfServiceLevel GrantedQualityOfServiceLevel { get; }

Property Value

MqttQualityOfServiceLevel

Identifier

public uint Identifier { get; }

Property Value

uint

NoLocal

public bool NoLocal { get; }

Property Value

bool

RetainAsPublished

public bool RetainAsPublished { get; }

Property Value

bool

RetainHandling

public MqttRetainHandling RetainHandling { get; }

Property Value

MqttRetainHandling

Topic

public string Topic { get; }

Property Value

string

TopicHasWildcard

public bool TopicHasWildcard { get; }

Property Value

bool

TopicHash

public ulong TopicHash { get; }

Property Value

ulong

TopicHashMask

public ulong TopicHashMask { get; }

Property Value

ulong