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

portForName:host:

Looks up and returns the port registered under the specified name. この指定された名前のもと登録されたポートを調べて返します。

Declaration 宣言

- (NSPort *)portForName:(NSString *)name 
                   host:(NSString *)host;

Parameters パラメータ

portName

The name of the desired port. 望むポートのもつ名前。

hostName

Because NSMachBootstrapServer is a local-only server; hostName must be the empty string or nil. NSMachBootstrapServerローカル専用のサーバであることから;hostNameは空の文字列またはnilでなければなりません。

Return Value 戻り値

The port associated with portName on the local host. Returns nil if no such port exists. ローカルホスト上でportNameと結び付けられたポート。nilを返します、もしそのようなポートが存在しないならば。

See Also 参照

Looking up Ports ポートを調べる