Searched refs:list_bytes (Results 1 – 1 of 1) sorted by relevance
40 def SendOperation(self, opcode, list_bytes): argument42 payload = opcode + struct.pack(('=%dB' % len(list_bytes)), *list_bytes)46 def SendCommandVerify(self, write_opcode, list_bytes, read_opcode=None): argument52 write_sent = self.SendOperation(write_opcode, list_bytes)53 self.SendOperation(read_opcode, list_bytes)