Freigeben über


ScanResult Konstruktoren

Definition

Überlädt

ScanResult(BluetoothDevice, ScanRecord, Int32, Int64)

Erstellt ein neues ScanResult.

ScanResult(BluetoothDevice, Int32, ScanSettingsPhy, ScanSettingsPhy, Int32, AdvertiseTxPower, Int32, Int32, ScanRecord, Int64)

Erstellt ein neues ScanResult.

ScanResult(BluetoothDevice, ScanRecord, Int32, Int64)

Erstellt ein neues ScanResult.

[Android.Runtime.Register(".ctor", "(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/le/ScanRecord;IJ)V", "")]
public ScanResult (Android.Bluetooth.BluetoothDevice? device, Android.Bluetooth.LE.ScanRecord? scanRecord, int rssi, long timestampNanos);
[<Android.Runtime.Register(".ctor", "(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/le/ScanRecord;IJ)V", "")>]
new Android.Bluetooth.LE.ScanResult : Android.Bluetooth.BluetoothDevice * Android.Bluetooth.LE.ScanRecord * int * int64 -> Android.Bluetooth.LE.ScanResult

Parameter

device
BluetoothDevice

Remote-Bluetooth-Gerät gefunden.

scanRecord
ScanRecord

Scandaten, einschließlich Werbedaten und Scanantwortdaten.

rssi
Int32

Empfangene Signalstärke.

timestampNanos
Int64

Zeitstempel, zu dem das Scanergebnis beobachtet wurde.

Attribute

Hinweise

Java-Dokumentation für android.bluetooth.le.ScanResult.ScanResult(android.bluetooth.BluetoothDevice, android.bluetooth.le.ScanRecord, int, long).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

ScanResult(BluetoothDevice, Int32, ScanSettingsPhy, ScanSettingsPhy, Int32, AdvertiseTxPower, Int32, Int32, ScanRecord, Int64)

Erstellt ein neues ScanResult.

[Android.Runtime.Register(".ctor", "(Landroid/bluetooth/BluetoothDevice;IIIIIIILandroid/bluetooth/le/ScanRecord;J)V", "", ApiSince=26)]
public ScanResult (Android.Bluetooth.BluetoothDevice? device, int eventType, Android.Bluetooth.LE.ScanSettingsPhy primaryPhy, Android.Bluetooth.LE.ScanSettingsPhy secondaryPhy, int advertisingSid, Android.Bluetooth.LE.AdvertiseTxPower txPower, int rssi, int periodicAdvertisingInterval, Android.Bluetooth.LE.ScanRecord? scanRecord, long timestampNanos);
[<Android.Runtime.Register(".ctor", "(Landroid/bluetooth/BluetoothDevice;IIIIIIILandroid/bluetooth/le/ScanRecord;J)V", "", ApiSince=26)>]
new Android.Bluetooth.LE.ScanResult : Android.Bluetooth.BluetoothDevice * int * Android.Bluetooth.LE.ScanSettingsPhy * Android.Bluetooth.LE.ScanSettingsPhy * int * Android.Bluetooth.LE.AdvertiseTxPower * int * int * Android.Bluetooth.LE.ScanRecord * int64 -> Android.Bluetooth.LE.ScanResult

Parameter

device
BluetoothDevice

Remote-Bluetooth-Gerät gefunden.

eventType
Int32

Der Ereignistyp.

primaryPhy
ScanSettingsPhy

Primäre Werbung Phy.

secondaryPhy
ScanSettingsPhy

Sekundärer Werbe phy.

advertisingSid
Int32

Werbesatz-ID.

txPower
AdvertiseTxPower

Übertragungsleistung.

rssi
Int32

Empfangene Signalstärke.

periodicAdvertisingInterval
Int32

Regelmäßiges Werbeintervall.

scanRecord
ScanRecord

Scandaten, einschließlich Werbedaten und Scanantwortdaten.

timestampNanos
Int64

Zeitstempel, zu dem das Scanergebnis beobachtet wurde.

Attribute

Hinweise

Java-Dokumentation für android.bluetooth.le.ScanResult.ScanResult(android.bluetooth.BluetoothDevice, int, int, int, int, int, int, int, android.bluetooth.le.ScanRecord, long).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: