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

    Interface Sx126xQuery

    A command the chip answers in the same SPI transaction.

    interface Sx126xQuery {
        answerLength: number;
        bytes: Buffer;
    }
    Index
    answerLength: number

    How many bytes of answer to read after them.

    bytes: Buffer

    The bytes to send, ending with the NOP during which the status byte comes back.