#include <termios.h>
The cfgetispeed() function extracts the input baud rate from the termios structure to which the termios_p argument points.
The cfgetospeed() function extracts the output baud rate from the termios structure to which the termios_p argument points.
These functions returns exactly the value in the termios data structure, without interpretation.
Upon successful completion, cfgetispeed() returns a value of type speed_t representing the input baud rate.
Upon successful completion, cfgetospeed() returns a value of type speed_t representing the output baud rate.
No errors are defined.
See attributes(5) for descriptions of the following attributes:
cfgetospeed(3C), tcgetattr(3C), attributes(5), termio(7I)