LampArray.HardwareProductId プロパティ

定義

基になるデバイスのハードウェア製品 ID。

public:
 property unsigned short HardwareProductId { unsigned short get(); };
uint16_t HardwareProductId();
public ushort HardwareProductId { get; }
var uInt16 = lampArray.hardwareProductId;
Public ReadOnly Property HardwareProductId As UShort

プロパティ値

UInt16

unsigned short

uint16_t

ハードウェア製品 ID。

LampArray サンプル

Windows.Devices.Lights API と Windows.Devices.Lights.Effects API を使用して周辺機器の RGB 照明を制御する方法を示します。

AutoRGB サンプル

デスクトップ画面から 1 つの代表的な色を抽出し、それを使用して、接続された RGB デバイス上の LED ランプを点灯させる方法を示します。

適用対象

こちらもご覧ください