Navigation
API > API/Plugins > API/Plugins/MQTTCore
| |
|
| Name |
FMQTT5Property |
| Type |
enum |
| Header File |
/Engine/Plugins/Protocols/MQTT/Source/MQTTCore/Public/MQTTProtocol.h |
| Include Path |
#include "MQTTProtocol.h" |
Syntax
enum FMQTT5Property
{
PayloadFormatIndicator = 1,
MessageExpiryInterval = 2,
ContentType = 3,
ResponseTopic = 8,
CorrelationData = 9,
SubscriptionIdentifier = 11,
SessionExpiryInterval = 17,
AssignedClientIdentifier = 18,
ServerKeepAlive = 19,
AuthenticationMethod = 21,
AuthenticationData = 22,
RequestProblemInformation = 23,
WillDelayInterval = 24,
RequestResponseInformation = 25,
ResponseInformation = 26,
ServerReference = 28,
ReasonString = 31,
ReceiveMaximum = 33,
TopicAliasMaximum = 34,
TopicAlias = 35,
MaximumQoS = 36,
RetainAvailable = 37,
UserProperty = 38,
MaximumPacketSize = 39,
WildcardSubscriptionAvailable = 40,
SubscriptionIdAvailable = 41,
SharedSubscriptionAvailable = 42,
}
Values
| Name |
Remarks |
| PayloadFormatIndicator |
|
| MessageExpiryInterval |
|
| ContentType |
|
| ResponseTopic |
|
| CorrelationData |
|
| SubscriptionIdentifier |
|
| SessionExpiryInterval |
|
| AssignedClientIdentifier |
|
| ServerKeepAlive |
|
| AuthenticationMethod |
|
| AuthenticationData |
|
| RequestProblemInformation |
|
| WillDelayInterval |
|
| RequestResponseInformation |
|
| ResponseInformation |
|
| ServerReference |
|
| ReasonString |
|
| ReceiveMaximum |
|
| TopicAliasMaximum |
|
| TopicAlias |
|
| MaximumQoS |
|
| RetainAvailable |
|
| UserProperty |
|
| MaximumPacketSize |
|
| WildcardSubscriptionAvailable |
|
| SubscriptionIdAvailable |
|
| SharedSubscriptionAvailable |
|