TIOCMSET

Set all modem bits

Synopsis:

#include <sys/ioctl.h>

#define TIOCMSET        _IOW('t', 109, int)

Arguments to ioctl():

Argument Value
fd A file descriptor that you obtained by opening the device
request TIOCMSET
Additional argument A pointer to an int

Description:

This command sets all modem status bits for the terminal device.

Input:

The modem bits, a combination of the following:

Output:

None.

See also:

TIOCMBIC, TIOCMBIS, TIOCMGET

ioctl() in the QNX Neutrino C Library Reference