---
title: es_event_iokit_open_t
framework: endpointsecurity
role: symbol
role_heading: Structure
path: endpointsecurity/es_event_iokit_open_t
---

# es_event_iokit_open_t

A type for an event that indicates the opening of an IOKit device.

## Declaration

```swift
struct es_event_iokit_open_t
```

## Overview

Overview Endpoint Security generates this event when a process calls IOServiceOpen(_:_:_:_:) in order to open a communications channel with an IOKit driver. The event doesn’t correspond to driver/device communication and provides neither visibility nor access control into devices.

## Topics

### Inspecting Event Properties

- [user_client_class](endpointsecurity/es_event_iokit_open_t/user_client_class.md)
- [user_client_type](endpointsecurity/es_event_iokit_open_t/user_client_type.md)
- [reserved](endpointsecurity/es_event_iokit_open_t/reserved.md)

### Initializers

- [init()](endpointsecurity/es_event_iokit_open_t/init().md)
- [init(user_client_type:user_client_class:parent_registry_id:parent_path:reserved:)](endpointsecurity/es_event_iokit_open_t/init(user_client_type:user_client_class:parent_registry_id:parent_path:reserved:).md)

### Instance Properties

- [parent_path](endpointsecurity/es_event_iokit_open_t/parent_path.md)
- [parent_registry_id](endpointsecurity/es_event_iokit_open_t/parent_registry_id.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)

## See Also

### Kernel Event Types

- [es_event_kextload_t](endpointsecurity/es_event_kextload_t.md)
- [es_event_kextunload_t](endpointsecurity/es_event_kextunload_t.md)
