ixfx
    Preparing search index...

    Type Alias JsonDeviceOpts

    Options for JsonDevice

    type JsonDeviceOpts = {
        chunkSize?: number;
        connectAttempts?: number;
        debug?: boolean;
        name?: string;
    }
    Index

    Properties

    chunkSize?: number

    How much data to transfer at a time

    connectAttempts?: number

    Number of times to automatically try to reconnect

    debug?: boolean

    If true, additional logging will be done

    name?: string

    Name of device. This is only used for assisting the console.log output