jooby-codec
    Preparing search index...

    Command to get LMiC (IBM LoRaWAN in C) information.

    import * as getLmicInfo from 'jooby-codec/analog/commands/downlink/getLmicInfo.js';

    const bytes = getLmicInfo.toBytes();
    // command binary representation
    console.log(bytes);
    // output:
    [31, 2, 0]

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes