An incoming port message. あるやって来るポートメッセージ。
Instance Method
インスタンスメソッド
handle(_:)
Processes a given incoming message on the port.
そのポート上でのある与えられたやって来るメッセージを処理します。
Availability 有効性
- iOS 2.0+
- iPadOS 2.0+
- macOS 10.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
iOS, iPadOS, tvOS, watchOS
optional func handle(_ message: NSPortMessage
)
macOS, Mac Catalyst
optional func handle(_ message: PortMessage
)
Parameters パラメータ
portMessage
Discussion 議論
See Port
for more information.
Port
をさらなる情報として見てください。
The delegate should implement either handle(_:)
or the NSMach
protocol method handle
. You must not implement both delegate methods.
委任先は、handle(_:)
もしくはNSMach
のプロトコルメソッドhandle
のどちらかを実装するべきです。あなたは、両方の委任先メソッドを実装してはなりません。