Table of Contents

Enum ChannelMode

Namespace
nanoFramework.Hardware.Esp32.Rmt
Assembly
nanoFramework.Hardware.Esp32.Rmt.dll

RMT Channel Mode Enum.

public enum ChannelMode : byte

Fields

Receive = 0

The RmtChannel is in Receive mode.

Transmit = 1

The RmtChannel is in transmission mode.