public static enum AmazonFreeRTOSConstants.BleConnectionState extends java.lang.Enum<AmazonFreeRTOSConstants.BleConnectionState>
| Enum Constant and Description |
|---|
BLE_CONNECTED |
BLE_CONNECTING |
BLE_DISCONNECTED |
BLE_DISCONNECTING |
| Modifier and Type | Method and Description |
|---|---|
static AmazonFreeRTOSConstants.BleConnectionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AmazonFreeRTOSConstants.BleConnectionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AmazonFreeRTOSConstants.BleConnectionState BLE_DISCONNECTED
public static final AmazonFreeRTOSConstants.BleConnectionState BLE_CONNECTING
public static final AmazonFreeRTOSConstants.BleConnectionState BLE_CONNECTED
public static final AmazonFreeRTOSConstants.BleConnectionState BLE_DISCONNECTING
public static AmazonFreeRTOSConstants.BleConnectionState[] values()
for (AmazonFreeRTOSConstants.BleConnectionState c : AmazonFreeRTOSConstants.BleConnectionState.values()) System.out.println(c);
public static AmazonFreeRTOSConstants.BleConnectionState 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