pamoja for TypeScript - v0.1.18
    Preparing search index...

    Enumeration Sx126xCommandStatusConst

    How the last command went, as an SX126x reports it in its status byte.

    Index
    DataAvailable: "DataAvailable"

    A packet has been received and waits in the data buffer.

    ExecutionFailure: "ExecutionFailure"

    A command failed to execute.

    Other: "Other"

    A value the datasheet leaves unused, which includes a command that went well.

    ProcessingError: "ProcessingError"

    A command could not be processed.

    Timeout: "Timeout"

    A command timed out.

    TxDone: "TxDone"

    A transmission has finished.