public int cfgetispeed(Termios termios) {
   return m_Clib.cfgetispeed(new termios(termios));
 }