RfcommDeviceService.GetSdpRawAttributesAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetSdpRawAttributesAsync() |
RFCOMM サービス インスタンスのキャッシュされた SDP 属性を取得します。 |
GetSdpRawAttributesAsync(BluetoothCacheMode) |
RFCOMM サービス インスタンスの SDP 属性を取得します。 |
GetSdpRawAttributesAsync()
RFCOMM サービス インスタンスのキャッシュされた SDP 属性を取得します。
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))
戻り値
Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IMapView<unsigned int,Windows.Storage.Streams.IBuffer>>
IAsyncOperation<IMapView<uint32_t,IBuffer>>
RFCOMM サービス インスタンスの SDP 属性。
- 属性
Windows の要件
アプリの機能 |
bluetooth
|
こちらもご覧ください
適用対象
GetSdpRawAttributesAsync(BluetoothCacheMode)
RFCOMM サービス インスタンスの SDP 属性を取得します。
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 属性をキャッシュから取得するか、デバイスから取得するかを示します。
戻り値
Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IMapView<unsigned int,Windows.Storage.Streams.IBuffer>>
IAsyncOperation<IMapView<uint32_t,IBuffer>>
RFCOMM サービス インスタンスの SDP 属性。
- 属性
Windows の要件
アプリの機能 |
bluetooth
|