Teltonika SDK Typescript
    Preparing search index...

    Interface TeltonikaBaseServerOptions<DC, GC>

    interface TeltonikaBaseServerOptions<
        DC extends TeltonikaDataCodec = TeltonikaDataCodec,
        GC extends TeltonikaGPRSCodec = TeltonikaGPRSCodec,
    > {
        codecs?: { data: DC; gprs: GC };
        timeout?: number;
    }

    Type Parameters

    Index

    Properties

    Properties

    codecs?: { data: DC; gprs: GC }

    Optional codec overrides for data and GPRS packets.

    timeout?: number

    Optional socket timeout in milliseconds.