static PubAckPacket.PubAckReasonCode |
PubAckPacket.PubAckReasonCode.getEnumValueFromInteger(int value) |
Creates a Java PubAckReasonCode enum value from a native integer value.
|
PubAckPacket.PubAckReasonCode |
PubAckPacket.getReasonCode() |
Returns success indicator or failure reason for the associated PublishPacket.
|
static PubAckPacket.PubAckReasonCode |
PubAckPacket.PubAckReasonCode.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PubAckPacket.PubAckReasonCode[] |
PubAckPacket.PubAckReasonCode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|