RfcommDeviceService.GetSdpRawAttributesAsync 메서드

정의

오버로드

GetSdpRawAttributesAsync()

RFCOMM 서비스 instance 캐시된 SDP 특성을 가져옵니다.

GetSdpRawAttributesAsync(BluetoothCacheMode)

RFCOMM 서비스 instance SDP 특성을 가져옵니다.

GetSdpRawAttributesAsync()

RFCOMM 서비스 instance 캐시된 SDP 특성을 가져옵니다.

public:
 virtual IAsyncOperation<IMapView<unsigned int, IBuffer ^> ^> ^ GetSdpRawAttributesAsync() = GetSdpRawAttributesAsync;
/// [Windows.Foundation.Metadata.Overload("GetSdpRawAttributesAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IMapView<uint32_t, IBuffer const&>> GetSdpRawAttributesAsync();
[Windows.Foundation.Metadata.Overload("GetSdpRawAttributesAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyDictionary<uint,IBuffer>> GetSdpRawAttributesAsync();
function getSdpRawAttributesAsync()
Public Function GetSdpRawAttributesAsync () As IAsyncOperation(Of IReadOnlyDictionary(Of UInteger, IBuffer))

반환

IAsyncOperation<IMapView<UInt32,IBuffer>>

IAsyncOperation<IReadOnlyDictionary<UInt32,IBuffer>>

Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IMapView<unsigned int,Windows.Storage.Streams.IBuffer>>

IAsyncOperation<IMapView<uint32_t,IBuffer>>

RFCOMM 서비스의 SDP 특성은 instance.

특성

Windows 요구 사항

앱 기능
bluetooth

추가 정보

적용 대상

GetSdpRawAttributesAsync(BluetoothCacheMode)

RFCOMM 서비스 instance SDP 특성을 가져옵니다.

public:
 virtual IAsyncOperation<IMapView<unsigned int, IBuffer ^> ^> ^ GetSdpRawAttributesAsync(BluetoothCacheMode cacheMode) = GetSdpRawAttributesAsync;
/// [Windows.Foundation.Metadata.Overload("GetSdpRawAttributesWithCacheModeAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IMapView<uint32_t, IBuffer const&>> GetSdpRawAttributesAsync(BluetoothCacheMode const& cacheMode);
[Windows.Foundation.Metadata.Overload("GetSdpRawAttributesWithCacheModeAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyDictionary<uint,IBuffer>> GetSdpRawAttributesAsync(BluetoothCacheMode cacheMode);
function getSdpRawAttributesAsync(cacheMode)
Public Function GetSdpRawAttributesAsync (cacheMode As BluetoothCacheMode) As IAsyncOperation(Of IReadOnlyDictionary(Of UInteger, IBuffer))

매개 변수

cacheMode
BluetoothCacheMode

SDP 특성을 캐시 또는 디바이스에서 검색해야 하는지 여부를 나타냅니다.

반환

IAsyncOperation<IMapView<UInt32,IBuffer>>

IAsyncOperation<IReadOnlyDictionary<UInt32,IBuffer>>

Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IMapView<unsigned int,Windows.Storage.Streams.IBuffer>>

IAsyncOperation<IMapView<uint32_t,IBuffer>>

RFCOMM 서비스의 SDP 특성은 instance.

특성

Windows 요구 사항

앱 기능
bluetooth

추가 정보

적용 대상