Teltonika SDK Typescript
    Preparing search index...

    Type Alias TeltonikaBaseCommandConstructor

    type TeltonikaBaseCommandConstructor = {
        cmd: string;
        codecId: Buffer;
        imei?: Buffer;
        numberOfCmd: Buffer;
        preamble?: Buffer;
        type: Buffer;
    }
    Index

    Properties

    cmd: string

    The actual command string.

    codecId: Buffer

    Codec ID used for the command.

    imei?: Buffer

    Optional IMEI buffer for device-specific commands.

    numberOfCmd: Buffer

    Number of commands in this message.

    preamble?: Buffer

    Optional preamble of the command (default: 4 zero bytes).

    type: Buffer

    Command type identifier.