Teltonika SDK Typescript
    Preparing search index...

    Type Alias TeltonikaIoLayout

    Defines the structure of IO data inside a Teltonika packet.

    type TeltonikaIoLayout = {
        countLength?: number;
        idLength?: number;
    }
    Index

    Properties

    countLength?: number

    Length of the "number of IO elements" field in bytes.

    idLength?: number

    Length of the IO ID field in bytes.