Searched defs:at_suffix (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/cros/cellular/wardmodem/
H A Dat_channel.py40 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

Completed in 40 milliseconds