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