def set_channel_search_timeout(self, channel, timeout):
     Ant.set_channel_search_timeout(self, channel, timeout)
     return self.wait_for_response(Message.ID.RESPONSE_CHANNEL)
Example #2
0
 def set_channel_search_timeout(self, channel, timeout):
     Ant.set_channel_search_timeout(self, channel, timeout)
     return self.wait_for_response(Message.ID.SET_CHANNEL_SEARCH_TIMEOUT)
 def set_channel_search_timeout(self, channel, timeout):
     Ant.set_channel_search_timeout(self, channel, timeout)
     return self.wait_for_response(Message.ID.SET_CHANNEL_SEARCH_TIMEOUT)