Contents

xpc_connection_get_euid(_:)

Returns the EUID of the remote peer.

Declaration

func xpc_connection_get_euid(_ connection: xpc_connection_t) -> uid_t

Parameters

  • connection:

    The connection object which is to be examined.

Return Value

The EUID of the remote peer at the time the connection was made.

See Also

Remote peer information