Contents

es_event_type_t

A type used to identify a message’s event type and subscribe to events of that type.

Declaration

struct es_event_type_t

Overview

Call the es_subscribe(_:_:_:) function with the constants defined by this type to subscribe to specific Endpoint Security events.

You also use this type when inspecting a received message. The es_message_t member event_type, which is of this type, indicates what kind of event the event field contains.

Topics

Authorization Event Types

Notification Event Types

Enumeration Marker

Initializers

Instance Properties

See Also

Subscribing to Events