Clear specific modem bits
#include <sys/ioctl.h> #define TIOCMBIC _IOW('t', 107, int)
Argument | Value |
---|---|
fd | A file descriptor that you obtained by opening the device |
request | TIOCMBIC |
Additional argument | A pointer to an int |
This command clears specific bits in the modem control registers on a tty device.
The bits that you want to clear; zero of more of the following:
None.