次の方法で共有


CBService.Characteristics プロパティ

定義

このサービスによって検出された特性の一覧。

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

プロパティ値

CBCharacteristic オブジェクトの配列。

属性

注釈

このプロパティの内容は、 メソッドを使用して特性検出を開始した後にのみ更新されます。

適用対象