Scan data and device IDs provided by an IdentifyRequest to the application's IDENTIFY handler.

Index

Properties

Optional bleData

bleData: BleScanData

Contains data if this result came from a BLE scan.

Optional customData

customData: unknown

Custom data provided in the SYNC response. Not present if the device has isLocalOnly set to true.

Optional id

id: undefined | string

Device ID provided in the SYNC response.

Optional mdnsScanData

mdnsScanData: MdnsScanData

Contains data if this result came from an mDNS scan.

Optional proxyData

proxyData: unknown

Proxy data provided by PROXY_SELECTED response

radioTypes

radioTypes: RadioType[]

List of radio interfaces used during the scan.

Optional udpScanData

udpScanData: UdpScanData

Contains data if this result came from a UDP scan.

Optional upnpScanData

upnpScanData: UpnpScanData

Contains data if this result came from a UPnP scan.