Method

PhocInputDeviceget_product_id

Declaration [src]

const char*
phoc_input_device_get_product_id (
  PhocInputDevice* self
)

Description [src]

Gets the product id as string. This is often represented by a hex number corresponding to the usb product id.

Return value

Type: const char*

The vendor id.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.