Beispiel #1
0
 public int cfsetospeed(Termios termios, int speed) {
   termios.c_ospeed = speed;
   return 0;
 }