chameleon-ultra.js - v0.3.29
    Preparing search index...

    Implements

    • __type
    Index

    Constructors

    Properties

    bluetooth?: BluetoothImpl
    Buffer?: typeof Buffer
    ctrlChar: null | BluetoothRemoteGATTCharacteristic = null
    device: null | BluetoothDevice = null
    emitErr: (err: Error) => void
    name: string = 'adapter'
    packtChar: null | BluetoothRemoteGATTCharacteristic = null
    port:
        | null
        | {
            dfuWriteObject?: (buf: Buffer, mtu?: number) => Promise<void>;
            isDfu?: () => boolean;
            isOpen?: () => boolean;
            readable: null | ReadableStream<Buffer>;
            writable: null | WritableStream<Buffer>;
        } = null
    rxChar: null | BluetoothRemoteGATTCharacteristic = null
    TransformStream: new <I = any, O = any>(
        transformer?: Transformer<I, O>,
        writableStrategy?: QueuingStrategy<I>,
        readableStrategy?: QueuingStrategy<O>,
    ) => TransformStream<I, O>
    WritableStream: new <W = any>(
        underlyingSink?: UnderlyingSink<W>,
        strategy?: QueuingStrategy<W>,
    ) => WritableStream<W>

    Methods