TIOCMBIS

Set specific modem bits

Synopsis:

#include <sys/ioctl.h>

#define TIOCMBIS        _IOW('t', 108, int)

Arguments to ioctl():

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

Description:

This command sets specific bits in the modem control registers on a tty device.

Input:

The bits that you want to set; zero of more of the following:

Output:

None.

See also:

TIOCMBIC, TIOCMGET, TIOCMSET

ioctl() in the QNX Neutrino C Library Reference