Enum Sx126xCommandStatus
The outcome of the last command, as a status byte reports it.
public enum Sx126xCommandStatus : byte
Fields
DataAvailable = 2Data is available to the host.
ExecutionFailure = 5The chip failed to execute the command.
Other = 0A value the datasheet reserves.
ProcessingError = 4The chip could not process the command.
Timeout = 3The command timed out.
TxDone = 6A transmission finished.