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

    Interface LoraPlanInfo

    The scalar facts of a plan, read in one call.

    interface LoraPlanInfo {
        beacon: LoraBeacon;
        defaultChannelBlockCount: number;
        defaultChannelCount: number;
        defaultMaxEirpDbm: number;
        downlinkDataRateCount: number;
        hasDwellLimitedPayloads: boolean;
        hasDwellLimitedRx1: boolean;
        hasDwellTimeLimit: boolean;
        joinChannelBlockCount: number;
        maxRx1DataRateOffset: number;
        maxTxPowerIndex: number;
        name: string;
        rx2: LoraRx2;
        subBandCount: number;
        txPowerStepDb: number;
        uplinkDataRateCount: number;
    }
    Index
    beacon: LoraBeacon

    The Class B beacon settings.

    defaultChannelBlockCount: number

    How many default channel blocks the plan defines.

    defaultChannelCount: number

    How many channels the plan starts a device with.

    defaultMaxEirpDbm: number

    The power ceiling assumed when no sub-band says otherwise, in dBm.

    downlinkDataRateCount: number

    How many downlink data-rate numbers the plan defines.

    hasDwellLimitedPayloads: boolean

    Whether the plan publishes a payload table for a dwell-limited device.

    hasDwellLimitedRx1: boolean

    Whether the plan publishes a second RX1 mapping for a dwell-limited downlink.

    hasDwellTimeLimit: boolean

    Whether the plan limits how long one transmission may hold a channel.

    joinChannelBlockCount: number

    How many join channel blocks the plan defines.

    maxRx1DataRateOffset: number

    The highest RX1 data-rate offset the plan allows.

    maxTxPowerIndex: number

    The highest transmit-power index the plan defines.

    name: string

    The specification's name for the band, such as EU863-870.

    rx2: LoraRx2

    Where the second receive window listens.

    subBandCount: number

    How many sub-bands the plan defines.

    txPowerStepDb: number

    The step between transmit-power settings, in dB.

    uplinkDataRateCount: number

    How many uplink data-rate numbers the plan defines, reserved included.