次の方法で共有


I2cDevice.DeviceId プロパティ

定義

デバイスの統合回線間 (I2 C) バス コントローラーのプラグ アンド プレイ デバイス識別子を取得します。

public:
 property Platform::String ^ DeviceId { Platform::String ^ get(); };
winrt::hstring DeviceId();
public string DeviceId { get; }
var string = i2cDevice.deviceId;
Public ReadOnly Property DeviceId As String

プロパティ値

String

Platform::String

winrt::hstring

デバイスのインター集積回路 (I2 C) バス コントローラーのプラグ アンド プレイ デバイス識別子。

Windows の要件

アプリの機能
lowLevel

適用対象

こちらもご覧ください