- registerPort:name:
Makes a given port available on the network under a specified name.
与えられたポートをネットワーク上である指定された名前のもと理由可能にします。
Availability 有効性
Technology
- (BOOL)removePortForName:(NSString
*)name;
portName
The name of the port to unregister. 登録解除することになるポートの名前。
YES
if successful, otherwise NO
.
成功するならばYES
、そうでないならばNO
。
If the operation is successful, the port can no longer be looked up using the name port
. Other applications that already have a reference to the port can continue to use it until it becomes invalid.
操作が成功ならば、ポートはもはや名前port
を使って調べられることができません。既にそのポートへの参照を持つ他のアプリケーションは、それの使用を継続できます、それが無効になるまでは。
- registerPort:name: