다음을 통해 공유


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 개체의 배열입니다.

특성

설명

이 속성의 내용은 메서드를 사용하여 특성 검색을 시작한 후에만 업데이트됩니다.

적용 대상