TIOCSTOP
QNX SDP8.0Devctl and Ioctl CommandsDeveloper
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:
ioctl() in the QNX OS C Library Reference
Page updated: