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