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