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

    Interface Options

    The header flags and frame options a sender sets on a data frame.

    Every field is optional and defaults off. fpending applies to a downlink only and is ignored on an uplink.

    interface Options {
        ack?: boolean;
        adr?: boolean;
        confirmed?: boolean;
        fopts?: Buffer<ArrayBufferLike>;
        fpending?: boolean;
    }
    Index
    ack?: boolean

    Acknowledge the last confirmed frame from the far end.

    adr?: boolean

    Mark the frame as taking part in adaptive data rate.

    confirmed?: boolean

    Ask the far end to acknowledge this frame.

    fopts?: Buffer<ArrayBufferLike>

    MAC commands to carry in the header, at most 15 bytes.

    fpending?: boolean

    Tell the device more downlink data is waiting.