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