Ejemplo n.º 1
0
 public static extern int tcsetattr(int fd, SetActionFlags optActions, ref termios termios);
Ejemplo n.º 2
0
 public static extern int tcgetattr(int fd, out termios termios);