-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum SigMeshConfiguration.OnlineMode
After the mesh is connected, the online identification mode DEFAULT If the mesh networking is successful, all devices are online by default. RESPONSE_ONLINE The mesh networking is successful, and the device needs to respond to reliability before the task device is online
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DEFAULT
RESPONSE_ONLINE
-
Method Summary
Modifier and Type Method Description static Array<SigMeshConfiguration.OnlineMode>
values()
static SigMeshConfiguration.OnlineMode
valueOf(String name)
-
-
Method Detail
-
values
static Array<SigMeshConfiguration.OnlineMode> values()
-
valueOf
static SigMeshConfiguration.OnlineMode valueOf(String name)
-
-
-
-