- portForName:host:
Looks up and returns the port registered under the specified name on a specified host.
指定されたホスト上でこの指定された名前のもと登録されたポートを見つけて返します。
Availability 有効性
Technology
portName
The name of the desired port. 望むポートのもつ名前。
The port associated with port
on the local host. Returns nil
if no such port exists.
ローカルホスト上でport
と結び付けられたポート。nil
を返します、もしそのようなポートが存在しないならば。
Invokes port
with nil
as the host name.
port
をホスト名としてnil
で発動してください。
- portForName:host: