Class CheckSubscriptionsResult
- Namespace
- MQTTnet.Server
- Assembly
- MQTTnet.dll
public sealed class CheckSubscriptionsResult
- Inheritance
-
CheckSubscriptionsResult
- Inherited Members
-
Constructors
CheckSubscriptionsResult()
public CheckSubscriptionsResult()
Properties
IsSubscribed
public bool IsSubscribed { get; set; }
Property Value
- bool
NotSubscribed
public static CheckSubscriptionsResult NotSubscribed { get; }
Property Value
- CheckSubscriptionsResult
QualityOfServiceLevel
public MqttQualityOfServiceLevel QualityOfServiceLevel { get; set; }
Property Value
- MqttQualityOfServiceLevel
RetainAsPublished
public bool RetainAsPublished { get; set; }
Property Value
- bool
SubscriptionIdentifiers
public List<uint> SubscriptionIdentifiers { get; set; }
Property Value
- List<uint>