MqttPropertyIdentifier enum

MQTT property identifier

Inheritance

Constructors

MqttPropertyIdentifier()
const

Values

payloadFormatIndicator → const MqttPropertyIdentifier

Payload Format Indicator - Byte

messageExpiryInterval → const MqttPropertyIdentifier

Message Expiry Interval - Four Byte Integer

contentType → const MqttPropertyIdentifier

Content Type - UTF-8 Encoded String

responseTopic → const MqttPropertyIdentifier

Response Topic - UTF-8 Encoded String

correlationdata → const MqttPropertyIdentifier

Correlation Data - Binary Data

subscriptionIdentifier → const MqttPropertyIdentifier

Subscription Identifier - Variable Byte Integer

sessionExpiryInterval → const MqttPropertyIdentifier

Session Expiry Interval - Four Byte Integer

assignedClientIdentifier → const MqttPropertyIdentifier

Assigned client Identifier - UTF-8 Encoded String

serverKeepAlive → const MqttPropertyIdentifier

broker Keep Alive - Two Byte Integer

authenticationMethod → const MqttPropertyIdentifier

Authentication Method - UTF-8 Encoded String

authenticationData → const MqttPropertyIdentifier

Authentication Data - Binary Data

requestProblemInformation → const MqttPropertyIdentifier

Request Problem Information - Byte

willDelayInterval → const MqttPropertyIdentifier

Will Delay Interval - Four Byte Integer

requestResponseInformation → const MqttPropertyIdentifier

Request Response Information - Byte

responseInformation → const MqttPropertyIdentifier

Response Information - UTF-8 Encoded String

serverReference → const MqttPropertyIdentifier

broker Reference - UTF-8 Encoded String

reasonString → const MqttPropertyIdentifier

Reason String - UTF-8 Encoded String

receiveMaximum → const MqttPropertyIdentifier

Receive Maximum - Two Byte Integer

topicAliasMaximum → const MqttPropertyIdentifier

Topic Alias Maximum - Two Byte Integer

topicAlias → const MqttPropertyIdentifier

Topic Alias - Two Byte Integer

maximumQos → const MqttPropertyIdentifier

Maximum QoS - Byte

retainAvailable → const MqttPropertyIdentifier

Retain Available - Byte

userProperty → const MqttPropertyIdentifier

User Property - UTF-8 String Pair

maximumPacketSize → const MqttPropertyIdentifier

Maximum Packet Size - Four Byte Integer

wildcardSubscriptionAvailable → const MqttPropertyIdentifier

Wildcard Subscription Available - Byte

subscriptionIdentifierAvailable → const MqttPropertyIdentifier

Subscription Identifier Available - Byte

sharedSubscriptionAvailable → const MqttPropertyIdentifier

Shared Subscription Available - Byte

notSet → const MqttPropertyIdentifier

Not set indicator

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<MqttPropertyIdentifier>
A constant List of the values in this enum, in order of their declaration.