descriptor
The HID specification compliant report descriptor for the associated HID device.
Declaration
final let descriptor: DataDiscussion
A report descriptor defines details about the device and the type of interactions that it can engage in, such as the type of input it can generate, and the requests it responds to. This is the raw descriptor in byte form. Information extracted from the report descriptor is available in other HIDDeviceClient properties.
For more details, see Human Interface Devices (HID) Specifications and Tools.