Share via


CBService.Characteristics Property

Definition

The list of characteristics discovered by this service.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreBluetooth.CBCharacteristic[]? Characteristics { [Foundation.Export("characteristics", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.NotImplemented("Not available on 'CBService', only available on CBMutableService.")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("characteristics", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.NotImplemented("Not available on 'CBService', only available on CBMutableService.")>]
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 DiscoverCharacteristics(CBUUID[], CBService) method.

Applies to