An incoming port message. あるやって来るポートメッセージ。
Instance Method
インスタンスメソッド
handle
handlePortMessage:
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 宣言
- (void)handlePortMessage:(NSPortMessage
*)message;
Parameters パラメータ
portMessage
Discussion 議論
See NSPort
for more information.
NSPort
をさらなる情報として見てください。
The delegate should implement either handle
or the NSMach
protocol method handle
. You must not implement both delegate methods.
委任先は、handle
もしくはNSMach
のプロトコルメソッドhandle
のどちらかを実装するべきです。あなたは、両方の委任先メソッドを実装してはなりません。