cfsetispeed cfsetospeed

cfsetispeed cfsetospeed

Linux系統調用;

獲取和設定Linux終端屬性,線路控制,獲取和設定波特率。

頭檔案,函式原型,

頭檔案

#include<termios.h>
#include <unistdio.h>

函式原型

speed_t cfgetispeed(const struct termios *termios_p);
speed_t cfgetospeed(const struct termios *termios_p);
int cfsetispeed(struct termios *termios_p, speed_t speed);
int cfsetospeed(struct termios *termios_p, speed_t speed);
int cfsetspeed(struct termios *termios_p, speed_t speed);

相關詞條

熱門詞條

聯絡我們