Searched refs:suboption (Results 1 – 1 of 1) sorted by relevance
43 def _telnet_process_subnegotiation(self, suboption): argument44 if suboption[0:1] == COM_PORT_OPTION and suboption[1:2] == SET_CONTROL:45 if suboption[2:3] == SET_CONTROL_DTR_OFF:49 elif suboption[2:3] == SET_CONTROL_RTS_OFF and not self.is_download_mode:55 elif suboption[2:3] == SET_CONTROL_DTR_ON and not self.is_download_mode:62 elif suboption[2:3] in [69 super(EspPortManager, self)._telnet_process_subnegotiation(suboption)