示例#1
0
 static extern int cfsetspeed(ref struct_termios termios_p, speed_t speed);
示例#2
0
 static extern speed_t cfgetispeed(ref struct_termios termios_p);
示例#3
0
 static extern int tcsetattr(int fd, int optional_actions, ref struct_termios termios_p);
示例#4
0
 static extern void cfmakeraw(ref struct_termios termios_p);
示例#5
0
 static extern int tcgetattr(int fd, out struct_termios termios_p);