jooby-codec
    Preparing search index...

    Downlink command to get vector data from device.

    Supported in MTX1 and MTX3 devices.

    import * as getBv from 'jooby-codec/mtx1/commands/downlink/getBv.js';

    const bytes = getBv.toBytes();

    // command binary representation
    console.log(bytes);
    // output:
    [112, 0]

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes