Interface DeviceFilter

A device filter

Hierarchy

  • DeviceFilter

Properties

announced?: boolean

Matches devices that have already announced their services

ignoreInfrastructure?: boolean

Excludes the infrastructure devices

ignoreSimulators?: boolean

Ignore virtual devices used as state simulators

lost?: boolean

Ignore or select lost devices

physical?: boolean

Matches physical devices exclusively

productIdentifier?: boolean

Matches devices with a specific product identifier

serviceClass?: number

Matches devices that have this service

serviceName?: string

Matches devices with a service matching this name

Generated using TypeDoc