CBService.Characteristics 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 list of characteristics discovered by this service.
public virtual CoreBluetooth.CBCharacteristic[] Characteristics { [Foundation.Export("characteristics", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.NotImplemented("Not available on 'CBService', only available on CBMutableService.")] set; }
public virtual CoreBluetooth.CBCharacteristic[] Characteristics { [Foundation.Export("characteristics", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.NotImplemented("Not available on CBCharacteristic, only available on CBMutableService")] set; }
member this.Characteristics : CoreBluetooth.CBCharacteristic[] with get, set
Property Value
Array of CBCharacteristic objects.
- Attributes
Remarks
The contents of this property are only updated after you have initiated a characteristic discovery using the E:CoreBluetooth.CBPeripheral.DiscoverCharacteristic method.