Table of Contents

Enum RadioConnection

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

Thread Radio connection type. How the Thread radio is connected to this device.

public enum RadioConnection

Fields

Native = 0

Connected via a native radio which is part of SOC.

Spi = 2

Connected via a SPI bus.

Uart = 1

Connected via a UART port.