interface StartNotifyingOptions {
    characteristicUUID: string;
    onNotify: ((data) => void);
    peripheralUUID: string;
    serviceUUID: string;
}

Hierarchy

  • CRUDOptions
    • StartNotifyingOptions

Properties

characteristicUUID: string
onNotify: ((data) => void)

Type declaration

    • (data): void
    • Parameters

      Returns void

peripheralUUID: string
serviceUUID: string

Generated using TypeDoc