-
public class SigMeshConfiguration
Set configuration items for mesh
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description 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
-
Field Summary
Fields Modifier and Type Field Description private SigMeshConfiguration.OnlineMode
onlineMode
-
Method Summary
Modifier and Type Method Description SigMeshConfiguration.OnlineMode
getOnlineMode()
void
setOnlineMode(SigMeshConfiguration.OnlineMode onlineMode)
-
-
Method Detail
-
getOnlineMode
SigMeshConfiguration.OnlineMode getOnlineMode()
-
setOnlineMode
void setOnlineMode(SigMeshConfiguration.OnlineMode onlineMode)
-
-
-
-