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

  /external/autotest/client/cros/cellular/wardmodem/
at_channel.py 40 at_prefix='', at_suffix='\r\n'):
54 @param at_prefix: AT commands sent out on this channel will be prefixed
55 with |at_prefix|. Default ''.
69 self._at_prefix = at_prefix
94 def at_prefix(self): member in class:ATChannel
99 @at_prefix.setter
100 def at_prefix(self, value): member in class:ATChannel
267 command = self.at_prefix + command + self.at_suffix
at_transceiver.py 129 self._modem_channel.at_prefix = modem_conf.mm_to_modem_at_prefix
137 self._mm_channel.at_prefix = modem_conf.modem_to_mm_at_prefix
at_channel_unittest.py 71 self._at_channel.at_prefix = '$$'

Completed in 751 milliseconds