Enum ThreadDeviceRole
- Namespace
- nanoFramework.Networking.Thread
- Assembly
- nanoFramework.Networking.Thread.dll
Role of current device.
public enum ThreadDeviceRole
Fields
Child = 2Thread stack started and connected to an existing mesh network as a child/End device.
Detached = 1Thread stack started but not connected to an existing mesh network.
Disabled = 0Thread stack not started.
Leader = 4Thread stack started and connected to an existing mesh network as a leader.
Router = 3Thread stack started and connected to an existing mesh network as a router.