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

    Function loraMinOffTimeUs

    • Returns the minimum silence after a transmission to honor a duty-cycle limit.

      The limit is in parts per thousand, so 10 is 1%. A limit of 0 forbids transmitting at all, which comes back as null rather than as a silence no caller could ever wait out.

      Parameters

      • link: LoraLink
      • payloadLen: number
      • dutyCyclePermille: number

      Returns number | null