Léigh i mBéarla Cuir in eagar

Comhroinn trí


CBCentralManager.ScanForPeripherals Method

Definition

Overloads

ScanForPeripherals(CBUUID[], NSDictionary)

Scans for peripherals that are advertising any of the specified serviceUuids with the specified options.

ScanForPeripherals(CBUUID[], PeripheralScanningOptions)

Scans for peripherals that are advertising any of the specified serviceUuids with the specified options.

ScanForPeripherals(CBUUID)

Scans for peripherals that are advertising the specified serviceUuid.

ScanForPeripherals(CBUUID[])

Scans for peripherals that are advertising any of the specified serviceUuids.

ScanForPeripherals(CBUUID, NSDictionary)

Scans for peripherals that are advertising the specified serviceUuid with the specified options.

ScanForPeripherals(CBUUID[], NSDictionary)

Scans for peripherals that are advertising any of the specified serviceUuids with the specified options.

C#
public void ScanForPeripherals(CoreBluetooth.CBUUID[] peripheralUuids, Foundation.NSDictionary options);

Parameters

peripheralUuids
CBUUID[]
options
NSDictionary

Applies to

Xamarin.Mac SDK 14
Táirge Leaganacha
Xamarin.Mac SDK 14

ScanForPeripherals(CBUUID[], PeripheralScanningOptions)

Scans for peripherals that are advertising any of the specified serviceUuids with the specified options.

C#
public void ScanForPeripherals(CoreBluetooth.CBUUID[] peripheralUuids, CoreBluetooth.PeripheralScanningOptions options = null);

Parameters

peripheralUuids
CBUUID[]

Applies to

Xamarin.Mac SDK 14
Táirge Leaganacha
Xamarin.Mac SDK 14

ScanForPeripherals(CBUUID)

Scans for peripherals that are advertising the specified serviceUuid.

C#
public void ScanForPeripherals(CoreBluetooth.CBUUID serviceUuid);

Parameters

serviceUuid
CBUUID

Applies to

Xamarin.Mac SDK 14
Táirge Leaganacha
Xamarin.Mac SDK 14

ScanForPeripherals(CBUUID[])

Scans for peripherals that are advertising any of the specified serviceUuids.

C#
public void ScanForPeripherals(CoreBluetooth.CBUUID[] peripheralUuids);

Parameters

peripheralUuids
CBUUID[]

Applies to

Xamarin.Mac SDK 14
Táirge Leaganacha
Xamarin.Mac SDK 14

ScanForPeripherals(CBUUID, NSDictionary)

Scans for peripherals that are advertising the specified serviceUuid with the specified options.

C#
public void ScanForPeripherals(CoreBluetooth.CBUUID serviceUuid, Foundation.NSDictionary options);

Parameters

serviceUuid
CBUUID
options
NSDictionary

Applies to

Xamarin.Mac SDK 14
Táirge Leaganacha
Xamarin.Mac SDK 14