Node Web Bluetooth
    Preparing search index...

    Interface Characteristic

    SimpleBLE characteristic.

    interface Characteristic {
        canIndicate: boolean;
        canNotify: boolean;
        canRead: boolean;
        canWriteCommand: boolean;
        canWriteRequest: boolean;
        descriptors: string[];
        uuid: string;
    }
    Index

    Properties

    canIndicate: boolean
    canNotify: boolean
    canRead: boolean
    canWriteCommand: boolean
    canWriteRequest: boolean
    descriptors: string[]
    uuid: string