Поделиться через


RfcommDeviceService.GetSdpRawAttributesAsync Метод

Определение

Перегрузки

GetSdpRawAttributesAsync()

Возвращает кэшированные атрибуты SDP экземпляра службы RFCOMM.

GetSdpRawAttributesAsync(BluetoothCacheMode)

Возвращает атрибуты SDP экземпляра службы RFCOMM.

GetSdpRawAttributesAsync()

Возвращает кэшированные атрибуты SDP экземпляра службы RFCOMM.

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>>

Атрибуты SDP экземпляра службы RFCOMM.

Атрибуты

Требования к Windows

Возможности приложения
bluetooth

См. также раздел

Применяется к

GetSdpRawAttributesAsync(BluetoothCacheMode)

Возвращает атрибуты SDP экземпляра службы RFCOMM.

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>>

Атрибуты SDP экземпляра службы RFCOMM.

Атрибуты

Требования к Windows

Возможности приложения
bluetooth

См. также раздел

Применяется к