Interface BLEBeaconClassifierOptions

Hierarchy

  • ObjectProcessingNodeOptions
    • BLEBeaconClassifierOptions

Properties

frameFilter?: ((frame) => boolean)

Type declaration

    • (frame): boolean
    • Frame filter to specify what frames are processed by this node

      Parameters

      • frame: DataFrame

      Returns boolean

name?: string

User friendly name of the node Used for querying a node by its name.

objectFilter?: ((object, frame?) => boolean)

Type declaration

    • (object, frame?): boolean
    • Object filter to specify what data object are processed by this node

      Parameters

      • object: DataObject
      • Optional frame: DataFrame

      Returns boolean

resetUID?: boolean

Reset UIDs of detected beacons to the identifying information of the beacon. BLE beacons can change MAC addresses, which could result in data loss when not identifying beacons using the correct information.

Default

false
types: Constructor<BLEBeaconObject>[]
uid?: string

Manually set the unique identifier of the node