Partager via


ScanResult Constructeurs

Définition

Surcharges

ScanResult(BluetoothDevice, ScanRecord, Int32, Int64)

Construit un nouveau ScanResult.

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

Construit un nouveau ScanResult.

ScanResult(BluetoothDevice, ScanRecord, Int32, Int64)

Construit un nouveau 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

Paramètres

device
BluetoothDevice

Appareil Bluetooth distant trouvé.

scanRecord
ScanRecord

Enregistrement d’analyse, y compris les données publicitaires et les données de réponse d’analyse.

rssi
Int32

Force du signal reçue.

timestampNanos
Int64

Horodatage auquel le résultat de l’analyse a été observé.

Attributs

Remarques

Documentation Java pour android.bluetooth.le.ScanResult.ScanResult(android.bluetooth.BluetoothDevice, android.bluetooth.le.ScanRecord, int, long).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

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

Construit un nouveau 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

Paramètres

device
BluetoothDevice

Appareil Bluetooth distant trouvé.

eventType
Int32

Type d'événement.

primaryPhy
ScanSettingsPhy

La publicité primaire phy.

secondaryPhy
ScanSettingsPhy

Physique de publicité secondaire.

advertisingSid
Int32

ID de jeu de publicité.

txPower
AdvertiseTxPower

Transmettre la puissance.

rssi
Int32

Force du signal reçue.

periodicAdvertisingInterval
Int32

Intervalle de publicité périodique.

scanRecord
ScanRecord

Enregistrement d’analyse, y compris les données publicitaires et les données de réponse d’analyse.

timestampNanos
Int64

Horodatage auquel le résultat de l’analyse a été observé.

Attributs

Remarques

Documentation Java pour android.bluetooth.le.ScanResult.ScanResult(android.bluetooth.BluetoothDevice, int, int, int, int, int, int, int, android.bluetooth.le.ScanRecord, long).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à