Class

NSMachPort

A port that can be used as an endpoint for distributed object connections (or raw messaging). 分散オブジェクト接続(または生のメッーセージやりとり)のエンドポイントとして使われることができるポート。

Declaration 宣言

class NSMachPort : Port

Overview 概要

NSMachPort is a subclass of Port that wraps a Mach port, the fundamental communication port in macOS. NSMachPort allows for local (on the same machine) communication only. A companion class, SocketPort, allows for both local and remote distributed object communication, but may be more expensive than NSMachPort for the local case. NSMachPortPortのサブクラスです、それはMachポート、macOSでの基本的な通信ポートをラップしますNSMachPortは、ローカルな(同じマシン上での)通信のみを想定します。対をなすクラス、SocketPortは、ローカルおよびリモート分散オブジェクト通信の両方を想定します、しかしローカルの場合にはNSMachPortより高くつくでしょう。

To use NSMachPort effectively, you should be familiar with Mach ports, port access rights, and Mach messages. See the Mach OS documentation for more information. NSMachPortを効率的に使うには、あなたはMachポート、ポートアクセス権、そしてMachメッセージに精通しているべきです。さらなる情報のためにMach OS文書を見てください。

Topics 話題

Creating and Initializing 作成と初期化

Getting the Mach Port Machポートを取得する

Scheduling the Port on a Run Loop ポートを実行ループ上で予定する

Getting and Setting the Delegate 委任先の取得と設定

Constants 定数

Relationships 関係

Inherits From 継承元

See Also 参照

Legacy レガシー