The OpenNET Project / Index page

[ новости /+++ | форум | wiki | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

cfgetispeed (3)
  • >> cfgetispeed (3) ( Solaris man: Библиотечные вызовы )
  • cfgetispeed (3) ( FreeBSD man: Библиотечные вызовы )
  • cfgetispeed (3) ( Русские man: Библиотечные вызовы )
  • cfgetispeed (3) ( Linux man: Библиотечные вызовы )
  • cfgetispeed (3) ( POSIX man: Библиотечные вызовы )
  •  

    NAME

    cfgetispeed, cfgetospeed - get input and output baud rate
     
    

    SYNOPSIS

    #include <termios.h>
    
    speed_t cfgetispeed(const struct termios *termios_p);
    

    speed_t cfgetospeed(const struct termios *termios_p);
    

     

    DESCRIPTION

    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.  

    RETURN VALUES

    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.  

    ERRORS

    No errors are defined.  

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    cfgetospeed(3C), tcgetattr(3C), attributes(5), standards(5), termio(7I)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    ATTRIBUTES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру