Condividi tramite


LampArray.HardwareProductId Proprietà

Definizione

ID prodotto hardware del dispositivo sottostante.

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

Valore della proprietà

UInt16

unsigned short

uint16_t

ID prodotto hardware.

Esempio

Esempio lampArray

Illustra come controllare l'illuminazione RGB dei dispositivi periferici usando le API Windows.Devices.Lights e Windows.Devices.Lights.Effects .

Esempio di AutoRGB

Illustra come estrarre un singolo colore rappresentativo da uno schermo desktop e usarlo per illuminare le lampade LED in un dispositivo RGB connesso.

Si applica a

Vedi anche