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

    Interface NetworkWindows

    When and where a network answers, and at what rate.

    interface NetworkWindows {
        downstreamCount?: number;
        downstreamStartHz?: number;
        downstreamStepHz?: number;
        joinDelayUs?: number;
        receiveDelayUs?: number;
        rx1Channels?: GatewayRx1Channels;
        rx1DataRateOffset?: number;
    }
    Index
    downstreamCount?: number

    How many there are.

    downstreamStartHz?: number

    The first downlink channel, in hertz, when the channels are downstream.

    downstreamStepHz?: number

    The spacing between those channels, in hertz.

    joinDelayUs?: number

    The delay before the window a join accept is sent in; five seconds by default.

    receiveDelayUs?: number

    The delay before the first receive window, in microseconds; one second by default.

    rx1Channels?: GatewayRx1Channels

    Which channels the first window answers on; the uplink frequency by default.

    rx1DataRateOffset?: number

    The offset between the uplink data rate and the rate the first window answers at.