Пример #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);