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

servicePortWithName:

Looks up and returns the port for the vended service that is registered under the specified name. 指定された名前のもと登録される販売サービスに対するポートを調べて返します。

Declaration 宣言

- (NSPort *)servicePortWithName:(NSString *)name;

Parameters パラメータ

name

The name of the vended service. 販売されるサービスの名前。

Return Value 戻り値

The port associated with name. Returns nil if no such port exists. nameと結び付けられたポート。nilを返します、もしそのようなポートが存在しないならば。

See Also 参照

Looking up Ports ポートを調べる