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