Enum ThreadDeviceState
- Namespace
- nanoFramework.Networking.Thread
- Assembly
- nanoFramework.Networking.Thread.dll
Current OpenThread state.
public enum ThreadDeviceState
Fields
Attached = 3
THread attached to mesh network.
Detached = 2
Thread detached from any mesh network.
GotIpv6 = 7
Network interface received IPV6 address.
InterfaceDown = 6
Network interface is down.
InterfaceUp = 5
Network interface is up.
Start = 0
Thread network stack has started.
Stop = 1
Thread network stack has stopped.