Go to the source code of this file.
Function Documentation
The explain_buffer_tiocm function may be used to print the "modem
bits" arguments if the TIOCMGET, TIOCMSET, TIOCMBIC and TIOCMBIS ioctl requests.
- Parameters:
-
sb | The string buffer to print into. |
value | The value of the bit-wise-or of the modem bits. |
The explain_buffer_tiocm_star function may be used to print the "modem
bits" arguments if the TIOCMGET, TIOCMSET, TIOCMBIC and TIOCMBIS ioctl requests.
- Parameters:
-
sb | The string buffer to print into. |
value | A pointer to the value of the bit-wise-or of the modem bits. |
Definition at line 73 of file tiocm.c.