libexplain  1.4.D001
Functions
libexplain/buffer/tiocm.c File Reference
#include <libexplain/ac/sys/ioctl.h>
#include <libexplain/buffer/pointer.h>
#include <libexplain/buffer/tiocm.h>
#include <libexplain/parse_bits.h>
#include <libexplain/is_efault.h>
#include <libexplain/sizeof.h>

Go to the source code of this file.

Functions

void explain_buffer_tiocm_star (explain_string_buffer_t *sb, const int *value)

Function Documentation

void explain_buffer_tiocm_star ( explain_string_buffer_t sb,
const int *  value 
)

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:
sbThe string buffer to print into.
valueA pointer to the value of the bit-wise-or of the modem bits.

Definition at line 73 of file tiocm.c.