Instance Method
インスタンスメソッド
send(before:components:from:reserved:)
This method is provided for subclasses that have custom types of NSPort
.
このメソッドは、NSPort
のあつらえの型を持つサブクラスに対して提供されます。
Parameters
パラメータ
limitDate
The last instant that a message may be sent.
メッセージが送られるかもしれない最後の瞬間。
components
The message components.
メッセージ構成要素。
receivePort
headerSpaceReserved
The number of bytes reserved for the header.
ヘッダに対して確保されたバイト数。
Discussion
議論
NSConnection
calls this method at the appropriate times. This method should not be called directly. This method could raise an NSInvalidSendPortException
, NSInvalidReceivePortException
, or an NSPortSendException
, depending on the type of send port and the type of error.
NSConnection
は、このメソッドを適切な時に呼び出します。このメソッドは、直接に呼び出されるべきではありません。このメソッドは、NSInvalidSendPortException
、NSInvalidReceivePortException
、またはNSPortSendException
を引き起こすことが、送信ポートの型およびエラーの型に依存して、ありえます。