RfcommDeviceService.GetSdpRawAttributesAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetSdpRawAttributesAsync() |
Obtient les attributs SDP mis en cache du service RFCOMM instance. |
GetSdpRawAttributesAsync(BluetoothCacheMode) |
Obtient les attributs SDP du service RFCOMM instance. |
GetSdpRawAttributesAsync()
Obtient les attributs SDP mis en cache du service RFCOMM instance.
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))
Retours
Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IMapView<unsigned int,Windows.Storage.Streams.IBuffer>>
IAsyncOperation<IMapView<uint32_t,IBuffer>>
Attributs SDP du service RFCOMM instance.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
bluetooth
|
Voir aussi
S’applique à
GetSdpRawAttributesAsync(BluetoothCacheMode)
Obtient les attributs SDP du service RFCOMM instance.
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))
Paramètres
- cacheMode
- BluetoothCacheMode
Indique si les attributs SDP doivent être récupérés à partir du cache ou de l’appareil.
Retours
Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IMapView<unsigned int,Windows.Storage.Streams.IBuffer>>
IAsyncOperation<IMapView<uint32_t,IBuffer>>
Attributs SDP du service RFCOMM instance.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
bluetooth
|