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

    Interface Sx126xRxBufferStatus

    Where a received payload sits in the data buffer.

    interface Sx126xRxBufferStatus {
        payloadLength: number;
        start: number;
    }
    Index
    payloadLength: number

    The length of the payload in bytes.

    start: number

    The buffer offset of its first byte.