enum
MQTT::V5::PropertyType
Overview
The seven data types a property value can take. Which one applies is decided entirely by the identifier, there is nothing in the stream that says so
Defined in:
mqtt/v5/property.crEnum Members
-
Byte =
0 -
TwoByte =
1 -
FourByte =
2 -
VariableByte =
3 -
Utf8String =
4 -
BinaryData =
5 -
StringPair =
6
Instance Method Summary
-
#binary_data?
Returns
trueif this enum value equalsBinaryData -
#byte?
Returns
trueif this enum value equalsByte -
#four_byte?
Returns
trueif this enum value equalsFourByte -
#string_pair?
Returns
trueif this enum value equalsStringPair -
#two_byte?
Returns
trueif this enum value equalsTwoByte -
#utf8_string?
Returns
trueif this enum value equalsUtf8String -
#variable_byte?
Returns
trueif this enum value equalsVariableByte