libCEC Node.js API
    Preparing search index...

    Interface AdapterDescriptor

    An adapter returned by CecAdapter.detectAdapters.

    interface AdapterDescriptor {
        path: string;
        comm: string;
        vendorId?: number;
        productId?: number;
        firmwareVersion?: number;
        adapterType?: CecAdapterType;
    }
    Index
    path: string

    Port/device path to pass to CecAdapter.open, e.g. /dev/ttyACM0.

    comm: string

    Underlying communication port.

    vendorId?: number
    productId?: number
    firmwareVersion?: number
    adapterType?: CecAdapterType