jooby-codec
    Preparing search index...

    Namespace getLmicInfo

    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

    examples
    headerSize
    id
    name
    fromBytes
    toBytes