Type Method 型メソッド

port(withMachPort:)

Creates and returns a port object configured with the given Mach port. あるポートオブジェクトを作成して返します、与えられたMachポートで構成設定されます。

Declaration 宣言

class func port(withMachPort machPort: UInt32) -> Port

Parameters パラメータ

machPort

The Mach port for the new port. This parameter should originally be of type mach_port_t. 新しいポートに対するMachポート。このパラメータは、もともと型mach_port_tのものであるべきです。

Return Value 戻り値

An NSMachPort object that uses machPort to send or receive messages. あるNSMachPortオブジェクト、それはmachPortを使ってメッセージを送ったり受け取ったりします。

Discussion 議論

Creates the port object if necessary. Depending on the access rights associated with machPort, the new port object may be usable only for sending messages. ポートオブジェクトを作成します、もし必要ならば。machPortと結び付けられたアクセス権に依存して、新しいポートオブジェクトはメッセージ送信に対してのみ利用可能であるかもしれません。

See Also 参照

Creating and Initializing 作成と初期化

Related Documentation 関連文書