Table of Contents

Enum ThreadDeviceType

Namespace
nanoFramework.Networking.Thread
Assembly
nanoFramework.Networking.Thread.dll

Role of current device.

public enum ThreadDeviceType

Fields

EndDevice = 0

The device is a powered End Device.

Router = 2

The device is a powered device which can take on the role of End Device, Router or Leader. When first connecting to network it will start as a end device then get promoted to Router or Leader.

SleepyEndDevice = 1

The device is a battery power end Device. With this type of end device it will poll its router for new information. The device can go to sleep.