I2cDevice.DeviceId Property

Definition

Gets the plug and play device identifier of the inter-integrated circuit (I2 C) bus controller for the device.

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

Property Value

String

Platform::String

winrt::hstring

The plug and play device identifier of the inter-integrated circuit (I2 C) bus controller for the device.

Windows requirements

App capabilities
lowLevel

Applies to

See also