Instance Method
インスタンスメソッド
portForName:
Looks up and returns the port registered under the specified name on the local host.
ローカルホスト上でこの指定された名前のもと登録されたポートを調べて返します。
Parameters
パラメータ
portName
The name of the desired port.
望むポートのもつ名前。
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
ポートを調べる
- portForName:host:
Looks up and returns the port registered under the specified name.
この指定された名前のもと登録されたポートを調べて返します。
Deprecated
非推奨
- servicePortWithName:
Looks up and returns the port for the vended service that is registered under the specified name.
指定された名前のもと登録される販売サービスに対するポートを調べて返します。
Deprecated
非推奨