iochar_send_event()
Send a pulse event into io-char's event handler
Synopsis:
#include <sys/io-char.h>
void iochar_send_event(TTYDEV *dev);Arguments:
- dev
- A pointer to the structure that represents the specific device data has been received on.
Description:
The iochar_send_event() function queues the tty device in io-char's event list and sends a pulse to trigger io-char's processing of the various event flags applied in the TTYDEV flags member.
Classification:
QNX OS
| Safety: | |
|---|---|
| Cancellation point | No |
| Signal handler | No |
| Thread | No |
Page updated:
