linux: shared memory interface - link with librt
[supercollider.git] / HelpSource / Classes / HIDDevice.schelp
blobbd5778b54d36ebd63e4b788c4a458de0081fe93e
1 class:: HIDDevice
2 summary:: stores information about a device and holds an array of HIDElements
3 related:: Classes/HIDDeviceService, Classes/LID, Classes/GeneralHID
4 categories:: HID
6 description::
8 Helper class for link::Classes/HIDDeviceService::.
10 A HIDDevice's information consists out of:
11 the manufacturer, the product, the usage, the vendorID, the productID and the locID.
12 The last three are used to identify the device. The vendorID and the productID are static for each device, the locID depends on the (usb) port the device is connected to.
14 InstanceMethods::
16 private::prAddElement