Contents

xpc_connection_get_egid(_:)

Returns the EGID of the remote peer.

Declaration

func xpc_connection_get_egid(_ connection: xpc_connection_t) -> gid_t

Parameters

  • connection:

    The connection object which is to be examined.

Return Value

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

See Also

Remote peer information