Interface Mqtt3ReturnCode
- All Known Implementing Classes:
Mqtt3ConnAckReturnCode,Mqtt3SubAckReturnCode
Return Code according to the MQTT 3 specification.
- Since:
- 1.0
-
Method Summary
-
Method Details
-
getCode
int getCode()- Returns:
- the byte code of this Return Code.
-
isError
boolean isError()- Returns:
- whether this Return Code is an Error Code.
-