Contents

IOHIDEventService

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

Declaration

class IOHIDEventService : IOService

Overview

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

Topics

Miscellaneous

Instance Variables

Instance Methods

Type Methods

See Also

IOKit