Freigeben über


RfcommDeviceService.GetSdpRawAttributesAsync Methode

Definition

Überlädt

GetSdpRawAttributesAsync()

Ruft die zwischengespeicherten SDP-Attribute des RFCOMM-Diensts instance ab.

GetSdpRawAttributesAsync(BluetoothCacheMode)

Ruft die SDP-Attribute des RFCOMM-Diensts instance ab.

GetSdpRawAttributesAsync()

Ruft die zwischengespeicherten SDP-Attribute des RFCOMM-Diensts instance ab.

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

Gibt zurück

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

Die SDP-Attribute des RFCOMM-Diensts instance.

Attribute

Windows-Anforderungen

App-Funktionen
bluetooth

Weitere Informationen

Gilt für:

GetSdpRawAttributesAsync(BluetoothCacheMode)

Ruft die SDP-Attribute des RFCOMM-Diensts instance ab.

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

Parameter

cacheMode
BluetoothCacheMode

Gibt an, ob SDP-Attribute aus dem Cache oder vom Gerät abgerufen werden sollen.

Gibt zurück

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

Die SDP-Attribute des RFCOMM-Diensts instance.

Attribute

Windows-Anforderungen

App-Funktionen
bluetooth

Weitere Informationen

Gilt für: