получить выходную скорость передачи (get output baud rate)
Пролог (Prolog)
This manual page is part of the POSIX Programmer's Manual. The
Linux implementation of this interface may differ (consult the
corresponding Linux manual page for details of Linux behavior),
or the interface may not be implemented on Linux.
Имя (Name)
cfgetospeed — get output baud rate
Синопсис (Synopsis)
#include <termios.h>
speed_t cfgetospeed(const struct termios *termios_p);
Описание (Description)
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.
Возвращаемое значение (Return value)
Upon successful completion, cfgetospeed() shall return a value of
type speed_t
representing the output baud rate.
Ошибки (Error)
No errors are defined.
The following sections are informative.
Примеры (Examples)
None.
Использование в приложениях (Application usage)
None.
Обоснование (Rationale)
Refer to cfgetispeed(3p).
Будущие направления (Future directions)
None.
Смотри также (See also)
cfgetispeed(3p), cfsetispeed(3p), cfsetospeed(3p), tcgetattr(3p)
The Base Definitions volume of POSIX.1‐2017, Chapter 11, General
Terminal Interface, termios.h(0p)