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