Contents

xpc_connection_get_name(_:)

Returns the name of the remote service that creates the connection.

Declaration

func xpc_connection_get_name(_ connection: xpc_connection_t) -> UnsafePointer<CChar>?

Parameters

  • connection:

    The connection object which is to be examined.

Return Value

The name of the remote service. If you obtained the connection through an invocation of another connection’s event handler, NULL is returned.

See Also

Remote peer information