<!--
{
  "availability" : [
    "DriverKit: -",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "HIDDriverKit",
  "identifier" : "/documentation/HIDDriverKit/IOHIDReportType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "HIDDriverKit"
    ],
    "preciseIdentifier" : "c:@E@IOHIDReportType"
  },
  "title" : "IOHIDReportType"
}
-->

# IOHIDReportType

Describes the different types of HID reports.

```
enum IOHIDReportType : unsigned int;
```

## Topics

### Getting the Report Types

[`kIOHIDReportTypeCount`](/documentation/HIDDriverKit/IOHIDReportType/kIOHIDReportTypeCount)

[`kIOHIDReportTypeFeature`](/documentation/HIDDriverKit/IOHIDReportType/kIOHIDReportTypeFeature)

[`kIOHIDReportTypeInput`](/documentation/HIDDriverKit/IOHIDReportType/kIOHIDReportTypeInput)

[`kIOHIDReportTypeOutput`](/documentation/HIDDriverKit/IOHIDReportType/kIOHIDReportTypeOutput)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)