-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum BleConfigType
config type
-
-
Field Summary
Fields Modifier and Type Field Description private String
type
-
Enum Constant Summary
Enum Constants Enum Constant Description CONFIG_TYPE_BEACON_MESH
CONFIG_TYPE_WIFI_P4_PLUS_BLE_FIRST
wifi p4 plug&play ble first device. needn't to enter wifi to activate.
CONFIG_TYPE_WIFI_P3_PLUS_BLE_FIRST
wifi p3 plug&play ble first device. needn't to enter wifi to activate.
CONFIG_TYPE_BEACON
thing's beacon device
CONFIG_TYPE_SIG_TOGETHER
sig mesh device
CONFIG_TYPE_TOGETHER
mesh device
CONFIG_TYPE_CAT1
CONFIG_TYPE_ZIG_BEE
CONFIG_TYPE_WIFI
Dual-mode type device. Need to enter wifi to activate
CONFIG_TYPE_SINGLE
single type. device
PROVIDER_MESH
mesh device. SIG Mesh
PROVIDER_SINGLE_BLE
point to point bluetooth, BLE device
-
Method Summary
Modifier and Type Method Description static Array<BleConfigType>
values()
static BleConfigType
valueOf(String name)
String
getType()
-
-
Method Detail
-
values
static Array<BleConfigType> values()
-
valueOf
static BleConfigType valueOf(String name)
-
getType
String getType()
-
-
-
-