---
title: ES_EVENT_TYPE_NOTIFY_UIPC_CONNECT
framework: endpointsecurity
role: symbol
role_heading: Global Variable
path: endpointsecurity/es_event_type_notify_uipc_connect
---

# ES_EVENT_TYPE_NOTIFY_UIPC_CONNECT

An identifier for a process that notifies endpoint security that it is connecting to a UNIX domain socket.

## Declaration

```swift
var ES_EVENT_TYPE_NOTIFY_UIPC_CONNECT: es_event_type_t { get }
```

## Discussion

Discussion This identifier corresponds to the es_events_t union member uipc_connect, which has the type es_event_uipc_connect_t. Endpoint Security operates only on UNIX domain sockets, not sockets in general.

## See Also

### Notification Event Types

- [ES_EVENT_TYPE_NOTIFY_ACCESS](endpointsecurity/es_event_type_notify_access.md)
- [ES_EVENT_TYPE_NOTIFY_CHDIR](endpointsecurity/es_event_type_notify_chdir.md)
- [ES_EVENT_TYPE_NOTIFY_CHROOT](endpointsecurity/es_event_type_notify_chroot.md)
- [ES_EVENT_TYPE_NOTIFY_CLONE](endpointsecurity/es_event_type_notify_clone.md)
- [ES_EVENT_TYPE_NOTIFY_CLOSE](endpointsecurity/es_event_type_notify_close.md)
- [ES_EVENT_TYPE_NOTIFY_COPYFILE](endpointsecurity/es_event_type_notify_copyfile.md)
- [ES_EVENT_TYPE_NOTIFY_CREATE](endpointsecurity/es_event_type_notify_create.md)
- [ES_EVENT_TYPE_NOTIFY_CS_INVALIDATED](endpointsecurity/es_event_type_notify_cs_invalidated.md)
- [ES_EVENT_TYPE_NOTIFY_DELETEEXTATTR](endpointsecurity/es_event_type_notify_deleteextattr.md)
- [ES_EVENT_TYPE_NOTIFY_DUP](endpointsecurity/es_event_type_notify_dup.md)
- [ES_EVENT_TYPE_NOTIFY_EXCHANGEDATA](endpointsecurity/es_event_type_notify_exchangedata.md)
- [ES_EVENT_TYPE_NOTIFY_EXEC](endpointsecurity/es_event_type_notify_exec.md)
- [ES_EVENT_TYPE_NOTIFY_EXIT](endpointsecurity/es_event_type_notify_exit.md)
- [ES_EVENT_TYPE_NOTIFY_FCNTL](endpointsecurity/es_event_type_notify_fcntl.md)
- [ES_EVENT_TYPE_NOTIFY_FILE_PROVIDER_MATERIALIZE](endpointsecurity/es_event_type_notify_file_provider_materialize.md)
