Teltonika SDK Typescript
    Preparing search index...

    Type Alias TeltonikaCodec12ResponseRecord

    Represents a response record for Teltonika Codec 12. Contains the response type, size, and response string.

    type TeltonikaCodec12ResponseRecord = {
        response: string;
        size: number;
        type: number;
    }
    Index

    Properties

    Properties

    response: string

    The response string.

    size: number

    The size of the response data.

    type: number

    The type of the response.