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:

This function injects a character at the front of the output buffer.

Classification:

QNX Neutrino

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread No

See also:

TTYDEV, tti(), tto()