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

    Interface Sx126xStatus

    A decoded SX126x status byte.

    interface Sx126xStatus {
        chipMode: Sx126xChipMode;
        commandStatus: Sx126xCommandStatus;
        error: boolean;
    }
    Index
    chipMode: Sx126xChipMode

    The mode the chip is in.

    commandStatus: Sx126xCommandStatus

    How the last command went.

    error: boolean

    Whether the last command timed out, could not be processed, or failed.