jooby-codec
    Preparing search index...

    Downlink command to get the information about memory settings.

    import * as getSettingsMemory from 'jooby-codec/obis-observer/commands/downlink/getSettingsMemory.js';

    const parameters = {
    requestId: 8,
    offset: 16,
    size: 4
    };

    const bytes = getSettingsMemory.toBytes(parameters);

    // output command binary in hex representation
    console.log(bytes);
    // output
    [144, 9, 5, 0, 0, 0, 16, 0, 0, 0, 4]

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes