init(listenerEndpoint : NSXPCListenerEndpoint)
Initializes an
NSXPCConnection
object to connect to an NSXPCListener
object in another process, identified by an NSXPCListenerEndpoint
object.
NSXPCConnection
オブジェクトを初期化して、別のプロセスにおけるNSXPCListener
オブジェクトに接続します、NSXPCListenerEndpoint
オブジェクトによって識別されます。
init(machServiceName : String, options: NSXPCConnection.Options)
Initializes an
NSXPCConnection
object to connect to a LaunchAgent or LaunchDaemon with a name advertised in a launchd.plist
.
NSXPCConnection
オブジェクトを初期化して、LaunchAgentまたはLaunchDaemonにlaunchd.plist
において宣伝される名前で接続します。
struct NSXPCConnection.Options
Options that you can pass to a connection.
あなたがある接続に渡すことができるオプション。
init(serviceName : String)
Initializes an
NSXPCConnection
object to connect to an NSXPCListener
object in an XPC service, identified by a service name.
NSXPCConnection
オブジェクトを初期化して、XPCサービスにおけるNSXPCListener
オブジェクトに接続します、サービス名によって識別されます。