@rf24/rf24
    Preparing search index...

    Interface AvailablePipe

    The return type for RF24.availablePipe

    interface AvailablePipe {
        available: boolean;
        pipe: number;
    }
    Index

    Properties

    Properties

    available: boolean

    Is RX data available in the RX FIFO?

    pipe: number

    The pipe number that received the next available payload in the RX FIFO.

    This shall be considered an invalid value if available is false.