public static enum AmazonFreeRTOSConstants.MqttConnectionState extends java.lang.Enum<AmazonFreeRTOSConstants.MqttConnectionState>
| Enum Constant and Description |
|---|
MQTT_Connected |
MQTT_Connecting |
MQTT_ConnectionError |
MQTT_ConnectionRefused |
MQTT_Disconnected |
MQTT_ProtocolError |
MQTT_Unknown |
| Modifier and Type | Method and Description |
|---|---|
static AmazonFreeRTOSConstants.MqttConnectionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AmazonFreeRTOSConstants.MqttConnectionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AmazonFreeRTOSConstants.MqttConnectionState MQTT_Unknown
public static final AmazonFreeRTOSConstants.MqttConnectionState MQTT_Connecting
public static final AmazonFreeRTOSConstants.MqttConnectionState MQTT_Connected
public static final AmazonFreeRTOSConstants.MqttConnectionState MQTT_Disconnected
public static final AmazonFreeRTOSConstants.MqttConnectionState MQTT_ConnectionRefused
public static final AmazonFreeRTOSConstants.MqttConnectionState MQTT_ConnectionError
public static final AmazonFreeRTOSConstants.MqttConnectionState MQTT_ProtocolError
public static AmazonFreeRTOSConstants.MqttConnectionState[] values()
for (AmazonFreeRTOSConstants.MqttConnectionState c : AmazonFreeRTOSConstants.MqttConnectionState.values()) System.out.println(c);
public static AmazonFreeRTOSConstants.MqttConnectionState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null