CBCentralManager.ScanForPeripherals Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ScanForPeripherals(CBUUID[], NSDictionary) |
Scans for peripherals that are advertising any of the specified |
ScanForPeripherals(CBUUID[], PeripheralScanningOptions) |
Scans for peripherals that are advertising any of the specified |
ScanForPeripherals(CBUUID) |
Scans for peripherals that are advertising the specified |
ScanForPeripherals(CBUUID[]) |
Scans for peripherals that are advertising any of the specified |
ScanForPeripherals(CBUUID, NSDictionary) |
Scans for peripherals that are advertising the specified |
Scans for peripherals that are advertising any of the specified serviceUuids
with the specified options
.
public void ScanForPeripherals(CoreBluetooth.CBUUID[] peripheralUuids, Foundation.NSDictionary options);
member this.ScanForPeripherals : CoreBluetooth.CBUUID[] * Foundation.NSDictionary -> unit
Parameters
- peripheralUuids
- CBUUID[]
- options
- NSDictionary
Applies to
Xamarin.Mac SDK 14
Táirge | Leaganacha |
---|---|
Xamarin.Mac SDK | 14 |
Scans for peripherals that are advertising any of the specified serviceUuids
with the specified options
.
public void ScanForPeripherals(CoreBluetooth.CBUUID[] peripheralUuids, CoreBluetooth.PeripheralScanningOptions options = null);
member this.ScanForPeripherals : CoreBluetooth.CBUUID[] * CoreBluetooth.PeripheralScanningOptions -> unit
Parameters
- peripheralUuids
- CBUUID[]
- options
- PeripheralScanningOptions
Applies to
Xamarin.Mac SDK 14
Táirge | Leaganacha |
---|---|
Xamarin.Mac SDK | 14 |
Scans for peripherals that are advertising the specified serviceUuid
.
public void ScanForPeripherals(CoreBluetooth.CBUUID serviceUuid);
member this.ScanForPeripherals : CoreBluetooth.CBUUID -> unit
Parameters
- serviceUuid
- CBUUID
Applies to
Xamarin.Mac SDK 14
Táirge | Leaganacha |
---|---|
Xamarin.Mac SDK | 14 |
Scans for peripherals that are advertising any of the specified serviceUuids
.
public void ScanForPeripherals(CoreBluetooth.CBUUID[] peripheralUuids);
member this.ScanForPeripherals : CoreBluetooth.CBUUID[] -> unit
Parameters
- peripheralUuids
- CBUUID[]
Applies to
Xamarin.Mac SDK 14
Táirge | Leaganacha |
---|---|
Xamarin.Mac SDK | 14 |
Scans for peripherals that are advertising the specified serviceUuid
with the specified options
.
public void ScanForPeripherals(CoreBluetooth.CBUUID serviceUuid, Foundation.NSDictionary options);
member this.ScanForPeripherals : CoreBluetooth.CBUUID * Foundation.NSDictionary -> unit
Parameters
- serviceUuid
- CBUUID
- options
- NSDictionary
Applies to
Xamarin.Mac SDK 14
Táirge | Leaganacha |
---|---|
Xamarin.Mac SDK | 14 |