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

    Interface LoraChannelBlock

    A run of evenly spaced channels.

    interface LoraChannelBlock {
        count: number;
        maxDataRate: number;
        minDataRate: number;
        startHz: number;
        stepHz: number;
    }
    Index
    count: number

    How many channels the block holds.

    maxDataRate: number

    The fastest data rate the block allows.

    minDataRate: number

    The slowest data rate the block allows.

    startHz: number

    The first channel's center frequency in hertz.

    stepHz: number

    The spacing between channels in hertz.