MCPcopy Create free account
hub / github.com/LabPy/lantz / device_read

Method device_read

lantz/drivers/legacy/vxi11.py:215–219  ·  view source on GitHub ↗
(self, link, request_size, io_timeout, lock_timeout, flags, term_char)

Source from the content-addressed store, hash-verified

213 self.unpacker.unpack_device_write_resp)
214
215 def device_read(self, link, request_size, io_timeout, lock_timeout, flags, term_char):
216 params = (link, request_size, io_timeout, lock_timeout, flags, term_char)
217 return self.make_call(DEVICE_READ, params,
218 self.packer.pack_device_read_parms,
219 self.unpacker.unpack_device_read_resp)
220
221 def device_read_stb(self, link, flags, lock_timeout, io_timeout):
222 params = (link, flags, lock_timeout, io_timeout)

Callers 1

read_rawMethod · 0.80

Calls 1

make_callMethod · 0.45

Tested by

no test coverage detected