cfsetispeed(3c) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

cfsetispeed(3c)

cfsetispeed(3C)          Standard C Library Functions          cfsetispeed(3C)

NAME
       cfsetispeed, cfsetospeed - set input and output baud rate

SYNOPSIS
       #include <termios.h>

       int cfsetispeed(struct termios *termios_p, speed_t speed);


       int cfsetospeed(struct termios *termios_p, speed_t speed);

DESCRIPTION
       The  cfsetispeed()  function  sets  the  input  baud rate stored in the
       structure pointed to by termios_p to speed.


       The cfsetospeed() function sets the output  baud  rate  stored  in  the
       structure pointed to by termios_p to speed.


       There is no effect on the baud rates set in the hardware until a subse‐
       quent successful call to tcsetattr(3C) on the same termios structure.

RETURN VALUES
       Upon  successful  completion, cfsetispeed() and cfsetospeed() return 0.
       Otherwise −1 is returned, and errno may be set to indicate the error.

ERRORS
       The cfsetispeed() and cfsetospeed() functions may fail if:

       EINVAL    The speed value is not a valid baud rate.


       EINVAL    The value of speed is outside the  range  of  possible  speed
                 values as specified in <termios.h>.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:

       tab()  box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
       TRIBUTE VALUE _ Interface  StabilityCommitted  _  MT-LevelMT-Safe,  and
       Async-Signal-Safe _ StandardSee standards(7).


SEE ALSO
       cfgetispeed(3C), tcsetattr(3C), termio(4I), attributes(7), standards(7)

Oracle Solaris 11.4               24 Jul 2002                  cfsetispeed(3C)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3