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

    Variable LoraPayloadTableConst

    LoraPayloadTable: {
        DownlinkDirect: LoraPayloadTable;
        DownlinkRepeater: LoraPayloadTable;
        DwellLimited: LoraPayloadTable;
        UplinkDirect: LoraPayloadTable;
        UplinkRepeater: LoraPayloadTable;
    }

    Which of a plan's payload tables to read.

    Type Declaration

    • ReadonlyDownlinkDirect: LoraPayloadTable

      Downlink, for a device that will not.

    • ReadonlyDownlinkRepeater: LoraPayloadTable

      Downlink, for a device that may sit behind a repeater.

    • ReadonlyDwellLimited: LoraPayloadTable

      The limits that apply under a dwell-time limit.

    • ReadonlyUplinkDirect: LoraPayloadTable

      Uplink, for a device that will not.

    • ReadonlyUplinkRepeater: LoraPayloadTable

      Uplink, for a device that may sit behind a repeater.