-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum RxBleConnection.RxBleConnectionState
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DISCONNECTINGDISCONNECTEDCONNECTEDCONNECTING
-
Method Summary
Modifier and Type Method Description StringtoString()static Array<RxBleConnection.RxBleConnectionState>values()static RxBleConnection.RxBleConnectionStatevalueOf(String name)-
-
Method Detail
-
values
static Array<RxBleConnection.RxBleConnectionState> values()
-
valueOf
static RxBleConnection.RxBleConnectionState valueOf(String name)
-
-
-
-