Uses of Enum
software.amazon.awssdk.crt.mqtt5.packets.ConnAckPacket.ConnectReasonCode
Packages that use ConnAckPacket.ConnectReasonCode
-
Uses of ConnAckPacket.ConnectReasonCode in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return ConnAckPacket.ConnectReasonCodeModifier and TypeMethodDescriptionConnAckPacket.ConnectReasonCode.getEnumValueFromInteger(int value) Creates a Java ConnectReasonCode enum value from a native integer value.ConnAckPacket.getReasonCode()Returns an indicator that is either success or the reason for failure for the connection attempt.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.