Skip to content

CocoaMQTTPropertyName

leeway edited this page Nov 19, 2021 · 1 revision

CocoaMQTTPropertyName

public enum CocoaMQTTPropertyName: UInt8 

Inheritance

UInt8

Enumeration Cases

payloadFormatIndicator

case payloadFormatIndicator = 0x01

willExpiryInterval

case willExpiryInterval = 0x02

contentType

case contentType = 0x03

responseTopic

case responseTopic = 0x08

correlationData

case correlationData = 0x09

subscriptionIdentifier

case subscriptionIdentifier = 0x0B

sessionExpiryInterval

case sessionExpiryInterval = 0x11

assignedClientIdentifier

case assignedClientIdentifier = 0x12

serverKeepAlive

case serverKeepAlive = 0x13

authenticationMethod

case authenticationMethod = 0x15

authenticationData

case authenticationData = 0x16

requestProblemInfomation

case requestProblemInfomation = 0x17

willDelayInterval

case willDelayInterval = 0x18

requestResponseInformation

case requestResponseInformation = 0x19

responseInformation

case responseInformation = 0x1A

serverReference

case serverReference = 0x1C

reasonString

case reasonString = 0x1F

receiveMaximum

case receiveMaximum = 0x21

topicAliasMaximum

case topicAliasMaximum = 0x22

topicAlias

case topicAlias = 0x23

maximumQoS

case maximumQoS = 0x24

retainAvailable

case retainAvailable = 0x25

userProperty

case userProperty = 0x26

maximumPacketSize

case maximumPacketSize = 0x27

wildcardSubscriptionAvailable

case wildcardSubscriptionAvailable = 0x28

subscriptionIdentifiersAvailable

case subscriptionIdentifiersAvailable = 0x29

sharedSubscriptionAvailable

case sharedSubscriptionAvailable = 0x2A
Types
Protocols
Global Variables
Clone this wiki locally