sendOutputNotification
Send a notification to the user client that data is available for reading on the output queue. This will result in the user's output handler being called, if they registered one.
Declaration
virtual IOReturn sendOutputNotification(
void);Return Value
Returns kIOReturnSuccess if the notification was successfully sent.