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

    Interface Slot

    Where and when a downlink answers an uplink, in the concentrator's own terms.

    interface Slot {
        frequencyHz: number;
        link: LoraLink;
        timestampUs: number;
    }
    Index
    frequencyHz: number

    The frequency to transmit on, in hertz.

    link: LoraLink

    The settings to transmit with.

    timestampUs: number

    The concentrator timestamp to transmit at, in microseconds.