Synopsis
#include <termios.h>
speed_t cfgetispeed(const struct termios *termios_p)
Description
cfgetispeed()
function provided for getting the baud rate value in the termios structure.
Return value
Returns the input baud rate in the termios_p termios structure.