NSFileHandleDataAvailableNotification
NSFileHandleReadCompletionNotification
NSFileHandleReadToEndOfFileCompletionNotification
Availability 有効性
Technology
const NSNotificationName
NSFileHandleConnectionAcceptedNotification;
To cause the posting of this notification, you must send either accept
or accept
to an NSFile
object representing a server stream-type socket.
この通知を投函することを引き起こすには、あなたはaccept
またはaccept
のどちらかをサーバーストリーム型ソケットを表しているNSFile
オブジェクトに送る必要があります。
The notification object is the NSFile
object that sent the notification. The user
dictionary contains the following information:
通知オブジェクトは、通知を送ったNSFile
オブジェクトです。user
辞書は、以下の情報を含みます:
Key |
Value 値 |
---|---|
|
The |
|
An |
NSFileHandleDataAvailableNotification
NSFileHandleReadCompletionNotification
NSFileHandleReadToEndOfFileCompletionNotification