(self, link, request_size, io_timeout, lock_timeout, flags, term_char)
| 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) |