Interface Mqtt3ReturnCode

All Known Implementing Classes:
Mqtt3ConnAckReturnCode, Mqtt3SubAckReturnCode

@DoNotImplement public interface Mqtt3ReturnCode
Return Code according to the MQTT 3 specification.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    boolean
     
  • 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.