|
kmMqtt 0.0.1
MQTT Client Library
|
Additional Inherited Members | |
| Public Member Functions inherited from kmMqtt::mqtt::Flags< std::uint8_t, std::uint8_t, 15 > | |
| std::uint8_t | getFlags () const |
| Retrieves the current flag values as a bitmask. | |
| TReturnType | getFlagValue (const EnumT &flagToCheck) const |
| Retrieves the value of a specific flag. | |
| void | setFlagValue (const std::uint8_t &flagToSet, std::uint8_t val) |
| Sets the value of a specific flag. | |
| void | setMultipleFlagsValue (const std::uint8_t &flagToSet, bool val) |
| Sets or clears multiple flags based on a boolean value. | |