TIOCSTOP

Stop output

Synopsis:

#include <sys/ioctl.h>

#define TIOCSTOP        _IO('t',  111)

Arguments to ioctl():

Argument Value
fd A file descriptor that you obtained by opening the device
request TIOCSTOP

Description:

This command stops output. It's like pressing CtrlS.

Input:

None.

Output:

None.

See also:

TIOCSTART

ioctl() in the QNX Neutrino C Library Reference