ScanResult Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| ScanResult(BluetoothDevice, ScanRecord, Int32, Int64) |
Costruisce un nuovo scanResult. |
| ScanResult(BluetoothDevice, Int32, ScanSettingsPhy, ScanSettingsPhy, Int32, AdvertiseTxPower, Int32, Int32, ScanRecord, Int64) |
Costruisce un nuovo scanResult. |
ScanResult(BluetoothDevice, ScanRecord, Int32, Int64)
Costruisce un nuovo 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
Parametri
- device
- BluetoothDevice
Trovato il dispositivo Bluetooth remoto.
- scanRecord
- ScanRecord
Record di analisi che include dati pubblicitari e dati di risposta di analisi.
- rssi
- Int32
Potenza del segnale ricevuta.
- timestampNanos
- Int64
Timestamp in corrispondenza del quale è stato osservato il risultato dell'analisi.
- Attributi
Commenti
Costruisce un nuovo scanResult.
Questo membro è deprecato. usare #ScanResult(BluetoothDevice, int, int, int, int, int, int, int, ScanRecord, long)
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.
Si applica a
ScanResult(BluetoothDevice, Int32, ScanSettingsPhy, ScanSettingsPhy, Int32, AdvertiseTxPower, Int32, Int32, ScanRecord, Int64)
Costruisce un nuovo 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
Parametri
- device
- BluetoothDevice
Trovato il dispositivo Bluetooth remoto.
- eventType
- Int32
Tipo di evento.
- primaryPhy
- ScanSettingsPhy
Principale pubblicità fisica.
- secondaryPhy
- ScanSettingsPhy
Pubblicità secondaria phy.
- advertisingSid
- Int32
ID set di annunci pubblicitari.
- txPower
- AdvertiseTxPower
Trasmissione dell'alimentazione.
- rssi
- Int32
Potenza del segnale ricevuta.
- periodicAdvertisingInterval
- Int32
Intervallo pubblicitario periodico.
- scanRecord
- ScanRecord
Record di analisi che include dati pubblicitari e dati di risposta di analisi.
- timestampNanos
- Int64
Timestamp in corrispondenza del quale è stato osservato il risultato dell'analisi.
- Attributi
Commenti
Costruisce un nuovo scanResult.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.