GattDeviceService.Device プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の GattDeviceService オブジェクトに関連付けられているデバイスを記述する BluetoothLEDevice オブジェクトを取得します。
重要
Device API は非推奨であり、将来のバージョンの Windows では使用できない可能性があります。 代わりに、セッションを使用 します。
public:
property BluetoothLEDevice ^ Device { BluetoothLEDevice ^ get(); };
BluetoothLEDevice Device();
/// [get: Windows.Foundation.Metadata.Deprecated("Use Session instead of Device property. For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
BluetoothLEDevice Device();
public BluetoothLEDevice Device { get; }
public BluetoothLEDevice Device { [Windows.Foundation.Metadata.Deprecated("Use Session instead of Device property. For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var bluetoothLEDevice = gattDeviceService.device;
Public ReadOnly Property Device As BluetoothLEDevice
プロパティ値
現在の GattDeviceService オブジェクトに関連付けられているデバイスを記述する BluetoothLEDevice オブジェクト。
- 属性
Windows の要件
アプリの機能 |
bluetooth
|