ISERIALMCLCTRL(3)
HP-UX
NAME
iserialmclctrl − controls modem control lines
SYNOPSIS
#include <sicl.h>
int iserialmclctrl (id, sline, state);
INST id;
int sline;
int state;
DESCRIPTION
Iserialmclctrl controls the Modem Control Lines. The sline parameter sends one of the following values:
I_SERIAL_RTS Ready To Send line
I_SERIAL_DTR Data Terminal Ready line
If the state value is non-zero, the Modem Control Line will be asserted; otherwise it will be cleared.
RETURN VALUE
Iserialmclctrl returns zero (0) if successful, or a non-zero error number if an error occurs.
SEE ALSO
iserialmclstat(3), ionintr(3), isetintr(3)
AUTHOR
iserialmclctrl was developed by HP.
Hewlett-Packard Comapny — September 29, 1999