Method

PhocInputDeviceget_vendor_id

Declaration [src]

const char*
phoc_input_device_get_vendor_id (
  PhocInputDevice* self
)

Description [src]

Gets the vendor id as string. This is often represented by a hex number corresponding to the usb vendor 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.