CBPeripheral.Services Property
Definition
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.
The discovered CBServices of this peripheral.
public virtual CoreBluetooth.CBService[] Services { [Foundation.Export("services", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.Services : CoreBluetooth.CBService[]
Property Value
Will be null
until some time after DiscoverServices(CBUUID[]) is called.
- Attributes
Remarks
This property is mutated asynchronously subsequent to calls to DiscoverServices(CBUUID[]). Application developers generally override DiscoveredService(CBPeripheral, NSError) to enumerate services.