Home
last modified time | relevance | path

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

/external/autotest/client/cros/cellular/
Dether_io_rf_switch.py40 def SendOperation(self, opcode, list_bytes): argument
42 payload = opcode + struct.pack(('=%dB' % len(list_bytes)), *list_bytes)
46 def SendCommandVerify(self, write_opcode, list_bytes, read_opcode=None): argument
52 write_sent = self.SendOperation(write_opcode, list_bytes)
53 self.SendOperation(read_opcode, list_bytes)