next up previous
Next: その他 Up: POSIX Terminal I/O Previous: cfgetispeed 関数他

tcsendbreak 関数他

#include <termios.h>

int tcsendbreak ( int fd, int duration );
int tcdrain ( int fd );
int tcflush ( int fd, int queue_selector );
int tcflow ( int fd, int action );
int cfmakeraw ( struct termios *termios_p );

queue_selector:

action:



Kazuo Nakayoshi
Thu Mar 15 18:48:09 JST 2001