CBService.Characteristics Property

Definition

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.

Applies to