Home
last modified time | relevance | path

Searched refs:at_suffix (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/cros/cellular/wardmodem/
Dat_channel.py40 at_prefix='', at_suffix='\r\n'): argument
70 self._at_suffix = at_suffix
114 def at_suffix(self): member in ATChannel
119 @at_suffix.setter
120 def at_suffix(self, value): member in ATChannel
267 command = self.at_prefix + command + self.at_suffix
Dat_transceiver.py130 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
Dat_channel_unittest.py72 self._at_channel.at_suffix = '##'