Table of Contents

Enum Sx126xCommandStatus

Namespace
Pamoja.Radios
Assembly
Pamoja.Radios.dll

The outcome of the last command, as a status byte reports it.

public enum Sx126xCommandStatus : byte

Fields

DataAvailable = 2

Data is available to the host.

ExecutionFailure = 5

The chip failed to execute the command.

Other = 0

A value the datasheet reserves.

ProcessingError = 4

The chip could not process the command.

Timeout = 3

The command timed out.

TxDone = 6

A transmission finished.