HomeSort by relevance Sort by last modified time
    Searched refs:at_suffix (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/cellular/wardmodem/
at_channel.py 40 at_prefix='', at_suffix='\r\n'):
57 @param at_suffix: AT commands sent out on this channel will be
58 terminated with |at_suffix|. Default '\r\n'.
70 self._at_suffix = at_suffix
114 def at_suffix(self): member in class:ATChannel
119 @at_suffix.setter
120 def at_suffix(self, value): member in class:ATChannel
267 command = self.at_prefix + command + self.at_suffix
at_transceiver.py 130 self._modem_channel.at_suffix = modem_conf.mm_to_modem_at_suffix
138 self._mm_channel.at_suffix = modem_conf.modem_to_mm_at_suffix
at_channel_unittest.py 72 self._at_channel.at_suffix = '##'

Completed in 115 milliseconds