Searched refs:telnetSendOption (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | rfc2217.py | 268 self.connection.telnetSendOption(self.send_yes, self.option) 273 self.connection.telnetSendOption(self.send_no, self.option) 282 self.connection.telnetSendOption(self.send_no, self.option) 440 self.telnetSendOption(option.send_yes, option.option) 771 self.telnetSendOption((command == WILL and DONT or WONT), option) 816 def telnetSendOption(self, action, option): member in RFC2217Serial 941 self.telnetSendOption(option.send_yes, option.option) 964 def telnetSendOption(self, action, option): member in PortManager 1107 self.telnetSendOption((command == WILL and DONT or WONT), option)
|