コード例 #1
0
 public static extern int tcsetattr(int fd, SetActionFlags optActions, ref termios termios);
コード例 #2
0
 public static extern int tcgetattr(int fd, out termios termios);