Edit

Share via


CBCentralManager.RetrievePeripheralsWithIdentifiers(NSUuid[]) Method

Definition

Returns all peripherals that are identified by the specified identifiers.

[Foundation.Export("retrievePeripheralsWithIdentifiers:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreBluetooth.CBPeripheral[] RetrievePeripheralsWithIdentifiers (params Foundation.NSUuid[] identifiers);
abstract member RetrievePeripheralsWithIdentifiers : Foundation.NSUuid[] -> CoreBluetooth.CBPeripheral[]
override this.RetrievePeripheralsWithIdentifiers : Foundation.NSUuid[] -> CoreBluetooth.CBPeripheral[]

Parameters

identifiers
NSUuid[]

Returns

Attributes

Applies to