<!--
{
  "availability" : [
    "DriverKit: -",
    "iOS: -",
    "iPadOS: -",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "DriverKit",
  "identifier" : "/documentation/DriverKit/IOSimpleReporter",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "DriverKit"
    ],
    "preciseIdentifier" : "c:@S@IOSimpleReporter"
  },
  "title" : "IOSimpleReporter"
}
-->

# IOSimpleReporter

```
class IOSimpleReporter;
```

## Topics

### Instance Methods

[`int64_t getValue(uint64_t channel_id);`](/documentation/DriverKit/IOSimpleReporter/getValue)

[`IOReturn incrementValue(uint64_t channel_id, int64_t increment);`](/documentation/DriverKit/IOSimpleReporter/incrementValue)

[`bool initWith(IOService *reportingService, IOReportCategories categories, IOReportUnit unit);`](/documentation/DriverKit/IOSimpleReporter/initWith)

[`IOReturn setValue(uint64_t channel_id, int64_t value);`](/documentation/DriverKit/IOSimpleReporter/setValue)

### Type Methods

[`static IOSimpleReporter * with(IOService *reportingService, IOReportCategories categories, IOReportUnit unit);`](/documentation/DriverKit/IOSimpleReporter/with)

## Relationships

### Inherits From

[`IOReporter`](/documentation/DriverKit/IOReporter)

---

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)