RfcommDeviceService.GetSdpRawAttributesAsync Metode

Definisi

Overload

GetSdpRawAttributesAsync()

Mendapatkan atribut SDP yang di-cache dari instans layanan RFCOMM.

GetSdpRawAttributesAsync(BluetoothCacheMode)

Mendapatkan atribut SDP dari instans layanan RFCOMM.

GetSdpRawAttributesAsync()

Mendapatkan atribut SDP yang di-cache dari instans layanan 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))

Mengembalikan

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

Atribut SDP dari instans layanan RFCOMM.

Atribut

Persyaratan Windows

Kemampuan aplikasi
bluetooth

Lihat juga

Berlaku untuk

GetSdpRawAttributesAsync(BluetoothCacheMode)

Mendapatkan atribut SDP dari instans layanan 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))

Parameter

cacheMode
BluetoothCacheMode

Menunjukkan apakah atribut SDP harus diambil dari cache atau dari perangkat.

Mengembalikan

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

Atribut SDP dari instans layanan RFCOMM.

Atribut

Persyaratan Windows

Kemampuan aplikasi
bluetooth

Lihat juga

Berlaku untuk