Share via


CBCentralManager.RetrievePeripheralsWithIdentifiers(NSUuid[]) Method

Definition

Returns all peripherals that are identified by the specified identifiers.

[Foundation.Export("retrievePeripheralsWithIdentifiers:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreBluetooth.CBPeripheral[] RetrievePeripheralsWithIdentifiers(params Foundation.NSUuid[] identifiers);
[<Foundation.Export("retrievePeripheralsWithIdentifiers:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RetrievePeripheralsWithIdentifiers : Foundation.NSUuid[] -> CoreBluetooth.CBPeripheral[]
override this.RetrievePeripheralsWithIdentifiers : Foundation.NSUuid[] -> CoreBluetooth.CBPeripheral[]

Parameters

identifiers
NSUuid[]

Returns

Attributes

Applies to