Contents

IOHIDInterface

IOService represents an device or OS service in IOKit and DriverKit.

Declaration

class IOHIDInterface : IOService

Overview

IOKit provides driver lifecycle management through the IOService APIs. Drivers and devices are represented as subclasses of IOService.

Topics

Miscellaneous

Callbacks

Instance Variables

Instance Methods

Type Methods

See Also

IOKit