Interface Mqtt3SubAck
- All Superinterfaces:
Mqtt3Message
MQTT 3 SubAck message. This message is translated from and to an MQTT 3 SUBACK packet.
- Since:
- 1.0
-
Method Summary
-
Method Details
-
getReturnCodes
- Returns:
- the Return Codes of this SubAck message, each belonging to a
Subscriptionin the correspondingSubscribe messagein the same order.
-
getType
- Specified by:
getTypein interfaceMqtt3Message- Returns:
- the type of this MQTT message.
-