GattDeviceServicesResult.Services 속성

정의

서비스를 가져옵니다.

public:
 property IVectorView<GattDeviceService ^> ^ Services { IVectorView<GattDeviceService ^> ^ get(); };
IVectorView<GattDeviceService> Services();
public IReadOnlyList<GattDeviceService> Services { get; }
var iVectorView = gattDeviceServicesResult.services;
Public ReadOnly Property Services As IReadOnlyList(Of GattDeviceService)

속성 값

서비스입니다.

Windows 요구 사항

앱 기능
bluetooth

적용 대상