msgid
The port on which the message is sent. それの上でメッセージが送信されるポート。
NSPortMessage
object to send given data on a given port and to receiver replies on another given port.
新しくアロケートされたNSPortMessage
オブジェクトを初期化して、与えられたデータをある与えられたポート上で送信します、そしてレシーバは別のポート上で応答します。
Availability 有効性
Technology
sendPort
The port on which the message is sent. それの上でメッセージが送信されるポート。
receivePort
The port on which replies to the message arrive. それの上でメッセージに対する応答が到着するポート。
components
The data to send in the message. components
should contain only NSData
and NSPort
objects, and the contents of the NSData
objects should be in network byte order.
メッセージにおいて送られることになるデータ。components
は、NSData
およびNSPort
オブジェクトのみ含むべきです、そしてNSData
オブジェクトの内容はネットワークバイト順であるべきです。
An NSPort
object initialized to send components
on send
and to receiver replies on receive
.
あるNSPort
オブジェクト、それはcomponents
をsend
で送信するようにそしてレシーバがreceive
で応答するように初期化されます。
An NSPort
object initialized with this method has a message identifier of 0.
このメソッドで初期化されるNSPort
オブジェクトは、0のメッセージ識別子を持ちます。
This is the designated initializer for NSPort
.
これは、NSPort
に対する指定イニシャライザです。
msgid