usbProductId property

int? usbProductId

If the port is part of a USB device, an unsigned short integer that identiffies a USB device, otherwise null.

Implementation

external int? get usbProductId;
void usbProductId=(int? v)

Implementation

external set usbProductId(int? v);