(self, arc)
| 114 | return ack |
| 115 | |
| 116 | def set_arc(self, arc): |
| 117 | assert(self._opened) |
| 118 | self._cmd_queue.put((self._instance_id, |
| 119 | _RadioCommands.SET_ARC, |
| 120 | arc)) |
| 121 | |
| 122 | def scan_selected(self, selected, packet): |
| 123 | assert(self._opened) |
no outgoing calls
no test coverage detected