Exemplo n.º 1
0
 public int cfsetispeed(Termios termios, int speed) {
   termios t = new termios(termios);
   int ret = m_Clib.cfsetispeed(t, speed);
   t.update(termios);
   return ret;
 }