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

    Implements

    • __type
    Index

    Constructors

    Properties

    bluetooth?: BluetoothImpl
    Buffer?: typeof Buffer
    ctrlChar: BluetoothRemoteGATTCharacteristic | null = null
    device: BluetoothDevice | null = null
    emitErr: (err: Error) => void
    name: string = 'adapter'
    packtChar: BluetoothRemoteGATTCharacteristic | null = null
    port:
        | {
            dfuWriteObject?: (buf: Buffer, mtu?: number) => Promise<void>;
            isDfu?: () => boolean;
            isOpen?: () => boolean;
            readable: ReadableStream<Buffer> | null;
            writable: WritableStream<Buffer> | null;
        }
        | null = null
    rxChar: BluetoothRemoteGATTCharacteristic | null = 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