RfcommDeviceService.GetSdpRawAttributesAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GetSdpRawAttributesAsync() |
Obtiene los atributos SDP almacenados en caché de la instancia de servicio RFCOMM. |
GetSdpRawAttributesAsync(BluetoothCacheMode) |
Obtiene los atributos SDP de la instancia de servicio RFCOMM. |
GetSdpRawAttributesAsync()
Obtiene los atributos SDP almacenados en caché de la instancia de servicio 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))
Devoluciones
Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IMapView<unsigned int,Windows.Storage.Streams.IBuffer>>
IAsyncOperation<IMapView<uint32_t,IBuffer>>
Atributos SDP de la instancia de servicio RFCOMM.
- Atributos
Requisitos de Windows
Características de aplicaciones |
bluetooth
|
Consulte también
Se aplica a
GetSdpRawAttributesAsync(BluetoothCacheMode)
Obtiene los atributos SDP de la instancia de servicio 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))
Parámetros
- cacheMode
- BluetoothCacheMode
Indica si los atributos SDP se deben recuperar de la memoria caché o del dispositivo.
Devoluciones
Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IMapView<unsigned int,Windows.Storage.Streams.IBuffer>>
IAsyncOperation<IMapView<uint32_t,IBuffer>>
Atributos SDP de la instancia de servicio RFCOMM.
- Atributos
Requisitos de Windows
Características de aplicaciones |
bluetooth
|