cfgetospeed - get output baud rate
#include <termios.h>
speed_t cfgetospeed(const struct termios *termios_p);
The cfgetospeed() function shall extract the output baud rate from the termios structure to which the termios_p argument points.
This function shall return exactly the value in the termios data structure, without interpretation.
Upon successful completion, cfgetospeed() shall return a value of type speed_t representing the output baud rate.
No errors are defined.
None.
None.
Refer to cfgetispeed().
None.
cfgetispeed(), cfsetispeed(), cfsetospeed(), tcgetattr(), the Base Definitions volume of IEEE Std 1003.1-2001, Chapter 11, General Terminal Interface, <termios.h>
First released in Issue 3. Included for alignment with the POSIX.1-1988 standard.