亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? wytermios.3wy

?? 一個不錯
?? 3WY
字號:
.TH WyTermios 3wy "libwy v0.31".SH NAMEWyTermios \- class for struct termios.SH SYNOPSIS.B #include <wytermios.h>.PPWyTermios is a discardable class for \fBstruct termios\fP ,describing the controllingcharacteristic of the communication port..SH "PUBLIC MEMBERS" \fBWyTermios\fP() throw() \fBWyTermios\fP(const WyTermios&) throw() \fBWyTermios\fP(WyTermios&, Wy::ByMove_t) throw() bool \fBis_default\fP(void) const throw() void \fBreset\fP(void) throw() void \fBreset\fP(const WyTermios&) throw() const WyTermios& \fBoperator =\fP(const WyTermios&) throw() speed_t \fBgetispeed\fP(void) const throw() speed_t \fBgetospeed\fP(void) const throw() WyRet \fBsetispeed\fP(speed_t) throw() WyRet \fBsetospeed\fP(speed_t) throw() tcflag_t \fBiflag\fP(void) const throw() void \fBiflag\fP(tcflag_t) throw() void \fBiflag_or\fP(tcflag_t) throw() void \fBiflag_and\fP(tcflag_t) throw() tcflag_t \fBoflag\fP(void) const throw() void \fBoflag\fP(tcflag_t) throw() void \fBoflag_or\fP(tcflag_t) throw() void \fBoflag_and\fP(tcflag_t) throw() tcflag_t \fBcflag\fP(void) const throw() void \fBcflag\fP(tcflag_t) throw() void \fBcflag_or\fP(tcflag_t) throw() void \fBcflag_and\fP(tcflag_t) throw() tcflag_t \fBlflag\fP(void) const throw() void \fBlflag\fP(tcflag_t) throw() void \fBlflag_or\fP(tcflag_t) throw() void \fBlflag_and\fP(tcflag_t) throw() cc_t \fBcc_VSTOP\fP(void) const throw() void \fBcc_VSTOP\fP(cc_t) throw() cc_t \fBcc_VSTART\fP(void) const throw() void \fBcc_VSTART\fP(cc_t) throw() cc_t \fBcc_VSUSP\fP(void) const throw() void \fBcc_VSUSP\fP(cc_t) throw() cc_t \fBcc_VQUIT\fP(void) const throw() void \fBcc_VQUIT\fP(cc_t) throw() cc_t \fBcc_VKILL\fP(void) const throw() void \fBcc_VKILL\fP(cc_t) throw() cc_t \fBcc_VERASE\fP(void) const throw() void \fBcc_VERASE\fP(cc_t) throw() cc_t \fBcc_VEOL\fP(void) const throw() void \fBcc_VEOL\fP(cc_t) throw() cc_t \fBcc_VEOF\fP(void) const throw() void \fBcc_VEOF\fP(cc_t) throw() cc_t \fBcc_VINTR\fP(void) const throw() void \fBcc_VINTR\fP(cc_t) throw() cc_t \fBcc_VTIME\fP(void) const throw() void \fBcc_VTIME\fP(cc_t) throw() cc_t \fBcc_VMIN\fP(void) const throw() void \fBcc_VMIN\fP(cc_t) throw() bool \fBoperator ==\fP(const WyTermios&) const throw() bool \fBoperator !=\fP(const WyTermios&) const throw().SH "DESCRIPTION".\"--------------------------------------------.PP.BI "WyTermios() throw()".PP    Construct default object. (contains nothing)     iflag() = tcflag_t()     oflag() = tcflag_t()     cflag() = tcflag_t()     lflag() = tcflag_t()     cc_...  = cc_t().\"--------------------------------------------.PP.BI "WyTermios(const WyTermios& " "tio" ") throw()".PP    Construct object by copy from \fItio\fP     iflag() = copy from \fItio\fP     oflag() = ditto     cflag() = ditto     lflag() = ditto     cc_...  = ditto.\"--------------------------------------------.PP.BI "WyTermios(WyTermios& " "src" ", Wy::ByMove_t) throw()".PP    See Wy_Array(Wy_Array&, Wy::ByMove_t) in wy_array(3wy)    for definition of the move constructor..\"--------------------------------------------.PP.BI "bool is_default(void) const throw()".PP    Is *this equivalent to the default object.PP    [\fBRet\fP] true= object is equivalent to WyTermios()         false= otherwise.\"--------------------------------------------.PP.BI "void reset(void) throw()".PP    Reconstruct *this to the state as WyTermios().PP.\"--------------------------------------------.BI "void reset(const WyTermios& " "tio" ") throw()".PP    Reconstruct *this to the state as WyTermios(\fItio\fP).\"--------------------------------------------.PP.BI "const WyTermios& operator =(const WyTermios& " "tio" ") throw()".PP    Assign *this to the state as WyTermios(\fItio\fP).PP     [\fBRet\fP] Const reference of *this.\"--------------------------------------------.PP.BI "speed_t getispeed(void) const throw()".PP    Get the input baud reate setting in *this.PP     [\fBRet\fP] Code of the input baud rate.          Refer to setispeed for the symbol of the baud rate..PP     [\fBRefer\fP] ::cfgetispeed.\"--------------------------------------------.PP.BI "speed_t getospeed(void) const throw()".PP    Get the output baud reate setting in *this.PP     [\fBRet\fP] Code of the output baud rate          Refer to setispeed for the symbol of the baud rate..PP     [\fBRefer\fP] ::cfgetospeed.\"--------------------------------------------.PP.BI "WyRet setispeed(speed_t " "speed" ") throw()".PP    Set the input baud rate of *this to \fIspeed\fP.    \fIspeed\fP should be one of the following symbols:.PP        B0       terminate the connection. If there is a modem,                 hangs up the phone.        B50      50        B75      75        B134     134.5        B150     150        B200     200        B300     300        B600     600        B1200    1200        B1800    1800        B2400    2400        B4800    4800        B9600    9600        B19200   19200        B38400   38400        B57600   ...        B115200  ....PP     [\fBRet\fP] Ok              Succeed.          Wym_EINVAL      (document dose not indicate any errno code).PP     [\fBRefer\fP] ::cfsetispeed.\"--------------------------------------------.PP.BI "WyRet setospeed(speed_t " "speed" ") throw()".PP    Set the output baud rate of *this to \fIspeed\fP.    Refer setispeed for the symbol of \fIspeed\fP.PP     [\fBRet\fP] Ok              Succeed.          Wym_EINVAL      (document dose not indicate any errno code).PP     [\fBRefer\fP] ::cfsetospeed.\"--------------------------------------------.PP.BI "tcflag_t iflag(void) const throw()".PP.BI "void iflag(tcflag_t " "v" ") throw()".PP.BI "void iflag_or(tcflag_t " "v" ") throw()".PP.BI "void iflag_and(tcflag_t " "v" ") throw()".PP    Access the c_iflag settings of *this (Input flag)        BRKINT      IGNBRK=1, BRKINT=x.  A BREAK is ignored          =0, BRKINT=1 A BREAK flushes all data in the queue and                        generates a SIGINT signal for the foreground                       process group.              BRKINT=0 A BREAK reads as '\\0', except when PARMRK                       is set, in which case it is converted to                       three bytes sequence: \\377 \\0 \\0.    IGNPAR  Ignore framing and parity errors    PARMRK=1, IGNPAR=0 A byte with framing error or parity error is                       given to the application as the three-byte                       sequence: \\377 \\0 \\X where X is the byte                       with the error          =0, IGNPAR=0 Read the byte with parity or framing error as \\0     INPCK   Enable input parity checking    ISTRIP  The valid input bytes are first stripped to seven bits.    INLCR   Translate NL to CR on input    IGNCR   Ignore received CR    ICRNL   Translate CR to LF on input (unless IGNCR is set)    IXON    Enable XON/XOFF flow control on output    IXOFF   Enable XON/XOFF flow control on input    ...    (other flags are system-specific).PP     [\fBRefer\fP] termios(3), POSIX Programmer's Guide,Donald Lewine,p153            Linux Application Development, Johnson and Troan..\"--------------------------------------------.PP.BI "tcflag_t oflag(void) const throw()".PP.BI "void oflag(tcflag_t " "v" ") throw()".PP.BI "void oflag_or(tcflag_t " "v" ") throw()".PP.BI "void oflag_and(tcflag_t " "v" ") throw()".PP    Access the c_oflag settings of *this (Output flag)        c_oflag is the bitwise inclusive OR of the flags:    OPOST  Enables implementation-defined output processing    ...    (other flags are system-specific)        [\fBRefer\fP] termios(3), POSIX Programmer's Guide,Donald Lewine,p149            Linux Application Development, Johnson and Troan..\"--------------------------------------------.PP.BI "tcflag_t cflag(void) const throw()".PP.BI "void cflag(tcflag_t " "v" ") throw()".PP.BI "void cflag_or(tcflag_t " "v" ") throw()".PP.BI "void cflag_and(tcflag_t " "v" ") throw()".PP    Access the c_cflag settings of *this (Control flag)    c_cflag is the bitwise inclusive OR of flags:    CLOCAL  Ignore any modem status lines    CREAD   Enable receiver (if not set, no characters are received)    CSTOPB  If set, two stop bits are sent; otherwise only one is sent.    HUPCL   Hang up the modem after the last process closes the device    PARENB  Enable parity generation and checking (output/input)    PARODD  Set odd parity    CRTSCTS (not in POSIX) Enables RTS/CTS flow control    CSIZE   Character size mask. One of the following values:    CS5     Five bits per byte     CS6     Six bits per byte    CS7     Seven bits per byte    CS8     Eight bits per byte    ...    (other flags are system-specific).PP    [\fBRefer\fP] termios(3), POSIX Programmer's Guide,Donald Lewine,p155            Linux Application Development, Johnson and Troan..\"--------------------------------------------.PP.BI "tcflag_t lflag(void) const throw()".PP.BI "void lflag(tcflag_t " "v" ") throw()".PP.BI "void lflag_or(tcflag_t " "v" ") throw()".PP.BI "void lflag_and(tcflag_t " "v" ") throw()".PP    Access the c_lflag settings of *this (Local flag)    c_lflag is the bitwise inclusive OR of flags:    ECHO    Echo input character    ECHOE   If ECHOE and ICANON are both set, the ERASE character            causes the terminal to erase the last character from             the display.    ECHOk   If ECHOk and ICANON are both set, the KILL character            erase the current line. (if hardware suppoet)    ECHONL  If ECHONL and ICANON are both set, the '\n' character            is echoed even if ECHO is not set.    ISIG    If set, any of the characters INTR,QUIT or DSUSP are             received, generate the corresponding signal.    ICANON  Enable canonical input processing    NOFLSH  Disable flushing input and output queues when generating             SIGINT, SIGQUIT and SIGSUSP signals    TOSTOP  Send the SIGTTOU signal to the process group of a             background process which tries to write to its controlling            terminal.    IEXTEN  Enable implementation-defined input processing    ...    (other flags are system-specific)        [\fBRefer\fP] termios(3), POSIX Programmer's Guide,Donald Lewine,p155            Linux Application Development, Johnson and Troan..\"--------------------------------------------.PP.BI "cc_t cc_VSTOP(void) const throw()".PP.BI "void cc_VSTOP(cc_t " "v" ") throw()".PP    Access the c_cc array element, index VSTOP        ICANON=1  STOP character(023,DC3,Ctrl-S) stop output untill START    ICANON=0  STOP character.\"--------------------------------------------.PP.BI "cc_t cc_VSTART(void) const throw()".PP.BI "void cc_VSTART(cc_t " "v" ") throw()".PP    Access the c_cc array element, index VSTART        ICANON=1  START character(021,DC1,Ctrl-Q) restart output stopped by STOP    ICANON=0  START character.\"--------------------------------------------.PP.BI "cc_t cc_VSUSP(void) const throw()".PP.BI "void cc_VSUSP(cc_t " "v" ") throw()".PP    Access the c_cc array element, index VSUSP    ICANON=1  SUSP character(032,SUB,Ctrl-Z) send SIGTSTP signal    ICANON=0  SUSP character.\"--------------------------------------------.PP.BI "cc_t cc_VQUIT(void) const throw()".PP.BI "void cc_VQUIT(cc_t " "v" ") throw()".PP    Access the c_cc array element, index VQUIT    ICANON=1  QUIT character(034, FS,Ctrl-\) send SIGQUIT signal    ICANON=0  QUIT character.\"--------------------------------------------.PP.BI "cc_t cc_VKILL(void) const throw()".PP.BI "void cc_VKILL(cc_t " "v" ") throw()".PP    Access the c_cc array element, index VKILL    ICANON=1  KILL character(025, NAK,Ctrl-U or Ctrl-X) delete the entire line.\"--------------------------------------------.PP.BI "cc_t cc_VERASE(void) const throw()".PP.BI "void cc_VERASE(cc_t " "v" ") throw()".PP    Access the c_cc array element, index VERASE    ICANON=1  ERASE character(0177, DEL,BS,Ctrl-H) Erase the preceding character.\"--------------------------------------------.PP.BI "cc_t cc_VEOL(void) const throw()".PP.BI "void cc_VEOL(cc_t " "v" ") throw()".PP    Access the c_cc array element, index VEOL    ICANON=1  EOL character(0, NUL, Ctrl-J)    ICANON=0  Not applicable.\"--------------------------------------------.PP.BI "cc_t cc_VEOF(void) const throw()".PP.BI "void cc_VEOF(cc_t " "v" ") throw()".PP    Access the c_cc array element, index VEOF    ICANON=1  EOF character(004, EOT, Ctrl-D)    ICANON=0  Not applicable.\"--------------------------------------------.PP.BI "cc_t cc_VINTR(void) const throw()".PP.BI "void cc_VINTR(cc_t " "v" ") throw()".PP    Access the c_cc array element, index VINTR    ICANON=1  INTR character(003, ETX, Ctrl-C,DEL) interrupt character.    ICANON=0  INTR character.\"--------------------------------------------.PP.BI "cc_t cc_VTIME(void) const throw()".PP.BI "void cc_VTIME(cc_t " "v" ") throw()".PP    Access the c_cc array element, index VTIME    ICANON=1  Not applicable    ICANON=0  VTIME specifies the inter-byte time (1/10 seconds)              between received characters. Reffer to cc_VMIN.\"--------------------------------------------.PP.BI "cc_t cc_VMIN(void) const throw()".PP.BI "void cc_VMIN(cc_t " "v" ") throw()".PP    Access the c_cc array element, index VMIN    ICANON=1  Not applicable    ICANON=0, If VTIME=0, VMIN=0                 The read returns immediately with the currently                 received characters.              If VTIME=0, VMIN>0                 A read will wait until VMIN bytes has received.                  Zero byte is returned on End Of File.              If VTIME>0, VMIN=0                 A read will wait until any byte is received or                 VTIME/10 seconds has passed              If VTIME>0, VMIN>0                 A read will wait until VTIME/10 seconds has passed                 since the last character received (at least one)                 or VMIN characters has received..\"--------------------------------------------.PP.BI "bool operator ==(const WyTermios& " "rhs" ") const throw()".PP.BI "bool operator !=(const WyTermios& " "rhs" ") const throw()".PP     Test equivalence of *this with \fIrhs\fP    this->operator==(\fIrhs\fP) yields true iff for all other    const members \fBf\fP, this->\fBf\fP()==\fIrhs\fP.\fBf\fP().PP     [\fBRet\fP] true= relation holds         false= otherwise.\"--------------------------------------------.SH "SEE ALSO".BR wyret.BR wy_dirfile.BR wychrfile.BR wyregfile.BR wyterminal.BR termios(3).SH NOTEProject is in development, http://sourceforge.net/projects/libwx

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
最新国产精品久久精品| 午夜精品久久久久| 日本国产一区二区| 蜜桃久久精品一区二区| 中文字幕第一页久久| 欧美日本在线观看| 成人动漫一区二区在线| 日韩av网站免费在线| 中文字幕中文字幕一区| 日韩女同互慰一区二区| 91小视频在线观看| 国产成人午夜片在线观看高清观看| 亚洲一区电影777| 国产精品免费久久久久| 日韩美女视频在线| 亚洲一区二区在线视频| 国产精品久久99| 久久久三级国产网站| 欧美一区二区在线免费播放| 在线观看一区日韩| 成人sese在线| 国产精品一级片在线观看| 伦理电影国产精品| 性欧美疯狂xxxxbbbb| 亚洲综合清纯丝袜自拍| 成人欧美一区二区三区1314| 国产亚洲欧美日韩日本| 欧美精品一区二区三区很污很色的| 欧美性感一类影片在线播放| 一区二区三区在线观看国产| 中文字幕欧美三区| 精品国产电影一区二区| 日韩视频中午一区| 日韩一级免费观看| 日韩视频123| 日韩欧美亚洲国产另类| 欧美不卡一区二区三区| 欧美成人精品福利| 日韩免费电影一区| 精品国产99国产精品| 精品日韩一区二区| 337p日本欧洲亚洲大胆精品| 精品国产污网站| 精品久久国产97色综合| 国产成人av影院| 久久se这里有精品| 国内成+人亚洲+欧美+综合在线| 麻豆精品视频在线观看免费| 裸体健美xxxx欧美裸体表演| 久久99久久99精品免视看婷婷 | 亚洲综合小说图片| 亚洲你懂的在线视频| 亚洲综合一区二区精品导航| 日日摸夜夜添夜夜添国产精品 | 国产午夜精品福利| 欧美韩日一区二区三区| 亚洲图片激情小说| 亚洲综合精品自拍| 五月天一区二区| 麻豆久久久久久久| 国产福利视频一区二区三区| 国产sm精品调教视频网站| av动漫一区二区| 欧美三级电影一区| 欧美不卡123| 91福利精品第一导航| 欧美日韩综合在线免费观看| 94色蜜桃网一区二区三区| 欧美性猛交xxxxxx富婆| 日韩一区二区三区精品视频| 久久亚洲一区二区三区四区| 国产精品超碰97尤物18| 五月天一区二区| 国产成a人亚洲精品| 欧洲一区二区三区在线| 日韩视频中午一区| 国产精品九色蝌蚪自拍| 三级不卡在线观看| 国产99精品在线观看| 午夜视频在线观看一区| 国产精品自在在线| 欧美做爰猛烈大尺度电影无法无天| 日韩欧美专区在线| 中文字幕亚洲在| 日本美女一区二区| av电影一区二区| 欧美一区二区啪啪| 综合中文字幕亚洲| 精品在线一区二区| 在线观看网站黄不卡| 久久久精品黄色| 亚洲第一搞黄网站| 国产自产v一区二区三区c| 91香蕉视频黄| 久久亚洲私人国产精品va媚药| 亚洲一区二区三区精品在线| 久久99久久99小草精品免视看| 91蜜桃网址入口| 久久精品一区四区| 日本免费在线视频不卡一不卡二| 99精品视频在线观看| 欧美xxx久久| 亚洲网友自拍偷拍| 成人app网站| 久久日韩精品一区二区五区| 婷婷综合久久一区二区三区| 99在线精品一区二区三区| 精品久久久久av影院 | 日本成人在线视频网站| 91影视在线播放| 国产日本欧美一区二区| 琪琪一区二区三区| 欧美在线视频全部完| 亚洲视频一区二区在线| 国产麻豆精品在线观看| 欧美一区二区三区公司| 亚洲欧洲一区二区在线播放| 国产成人综合网站| 亚洲va天堂va国产va久| 日本不卡不码高清免费观看| 欧美性极品少妇| 青青草国产精品97视觉盛宴| 欧美肥妇毛茸茸| 久久精品国产亚洲aⅴ| 日韩免费视频一区| 国产一区二区三区日韩| 国产欧美日韩亚州综合| 国产精品77777竹菊影视小说| 国产日韩欧美精品一区| 91福利视频在线| 国产欧美精品在线观看| 亚洲色图视频免费播放| 国产91色综合久久免费分享| 久久日一线二线三线suv| 精品一区二区三区蜜桃| 日韩精品专区在线影院重磅| 蜜桃视频在线一区| 精品久久久久一区| 黑人巨大精品欧美一区| 久久综合久久综合亚洲| 国内精品久久久久影院色| 精品日韩一区二区| 国产精品 欧美精品| 欧美高清在线视频| av亚洲精华国产精华精华| 国产精品久久久久影院色老大| 成人黄色在线网站| 成人欧美一区二区三区| 欧美亚洲综合一区| 91精品国产日韩91久久久久久| 男女性色大片免费观看一区二区| 欧美一区二区三区在线视频| 日本色综合中文字幕| 日韩伦理电影网| av高清久久久| 亚洲va欧美va天堂v国产综合| 欧美一区二区私人影院日本| 麻豆高清免费国产一区| 久久久久国产精品麻豆| 色吊一区二区三区| 成人的网站免费观看| 亚洲欧美日韩一区| 欧美性色黄大片手机版| 蓝色福利精品导航| 日本一区二区视频在线| 色噜噜狠狠色综合中国| 日韩专区在线视频| 国产欧美视频在线观看| 色诱亚洲精品久久久久久| 日韩中文字幕亚洲一区二区va在线| 欧美变态tickling挠脚心| 99久久夜色精品国产网站| 亚洲成人动漫av| 欧美mv日韩mv国产网站| 91一区在线观看| 美女在线视频一区| 亚洲欧美日韩在线不卡| 日韩一区二区麻豆国产| 不卡一区二区三区四区| 五月综合激情日本mⅴ| 国产婷婷色一区二区三区四区| 91福利视频久久久久| 国产精品资源站在线| 悠悠色在线精品| 久久综合给合久久狠狠狠97色69| 91蝌蚪porny九色| 精品亚洲成a人在线观看| 亚洲免费观看高清| 久久网这里都是精品| 欧美亚洲动漫精品| 成人免费高清视频在线观看| 亚洲福利电影网| 国产精品不卡一区| 26uuu亚洲综合色| 在线免费亚洲电影| 成人久久视频在线观看| 另类欧美日韩国产在线| 一区二区久久久| 国产精品入口麻豆九色| 精品免费日韩av|