tx_inject()
Inject a character at the front of the output buffer
Synopsis:
#include <sys/io-char.h>
void tx_inject(TTYDEV *dev,
unsigned char c);Arguments:
- dev
- A pointer to the TTYDEV structure that represents the specific device data has been received on.
- c
- The character you want to inject.
Description:
The tx_inject() function injects a character at the front of the output buffer.
Classification:
QNX OS
| Safety: | |
|---|---|
| Cancellation point | No |
| Signal handler | No |
| Thread | No |
Page updated:
