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

    Function minOffTimeUs

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

      Parameters

      • settings: lora.LoraLink

        The link settings.

      • payloadLength: number

        The payload length in bytes.

      • dutyCyclePermille: number

        The limit in parts per thousand, so 10 is 1%.

      Returns number | null

      The required off time in microseconds, or null when the limit is zero, which forbids transmitting at all.