다음을 통해 공유


CBPeripheral.Services 속성

정의

이 주변 장치에서 검색된 CBService입니다.

public virtual CoreBluetooth.CBService[] Services { [Foundation.Export("services", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.Services : CoreBluetooth.CBService[]

속성 값

가 호출될 null 때까지는 시간이 지나 DiscoverServices(CBUUID[]) 야 합니다.

특성

설명

이 속성은 에 대한 호출 DiscoverServices(CBUUID[])이후 비동기적으로 변경됩니다. 애플리케이션 개발자는 일반적으로 서비스를 열거하도록 재정 DiscoveredService(CBPeripheral, NSError) 의합니다.

적용 대상