Library
Module
Module type
Parameter
Class
Class type
Control the underlying device parameters of special files
siocgifconf sock
, where sock
is any socket, e.g. socket PF_INET SOCK_DGRAM 0
Enable RTS/CTS (hardware) flow control. See CRTSCTS in tcsetattr(3). FIXME this is likely to disappear when separate interface for tcsetattr
and tcgetattr
gets implemented
Set the status of modem bits. See TIOCMSET in tty_ioctl(4).
Clear the indicated modem bits. See TIOCMBIC in tty_ioctl(4).
Set the indicated modem bits. See TIOCMBIS in tty_ioctl(4).
tiocgwinsz fd
returns a tuple (cols, rows, xpixel, ypixel)
representing the size of the character device. cols
is the number of character columns, rows
is the number of character rows, xpixel
is width of the device in pixels, and ypixel
is the height of the device in pixels.