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 对象的数组。

属性

注解

只有在使用 方法启动特征发现后,才会更新此属性的内容。

适用于