Contents

ES_EVENT_TYPE_AUTH_IOKIT_OPEN

An identifier for a process that requests permission from the operating system to open an IOKit device.

Declaration

var ES_EVENT_TYPE_AUTH_IOKIT_OPEN: es_event_type_t { get }

Discussion

This identifier represents a call to IOServiceOpen(_:_:_:_:). This value corresponds to the es_events_t union member iokit_open, which has the type es_event_iokit_open_t.

See Also

Authorization Event Types