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

    Variable DirectionConst

    Direction: { Downlink: LorawanDirection; Uplink: LorawanDirection } = ...

    The direction a frame travelled, which its MIC and encryption both fold in.

    Provided as a runtime object plus a matching string-union type so it works as both a value (Direction.Uplink) and a type annotation.

    Type Declaration