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

Hierarchy

  • CRUDOptions
    • StartNotifyingOptions

Properties

characteristicUUID: string
onNotify: (data: ReadResult) => void
peripheralUUID: string
serviceUUID: string