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
|