Instance Method インスタンスメソッド

encodeXPCObject(_:forKey:)

Encodes an object to send over an XPC connection. XPC接続越しに送信するためにオブジェクトをエンコードします。

Declaration 宣言

func encodeXPCObject(_ xpcObject: xpc_object_t, 
              forKey key: String)

Parameters パラメータ

xpcObject

An object that XPC can encode. XPCがエンコード可能なあるオブジェクト。

key

A string that your app uses to reference the encoded object. ある文字列、それはエンコードされたオブジェクトを参照するためにあなたのアプリが使用します。

See Also 参照

Encoding and Decoding エンコーディングとデコーディング