(self, link, flags, lock_timeout, io_timeout)
| 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) |
| 223 | return self.make_call(DEVICE_READSTB, params, |
| 224 | self.packer.pack_device_generic_parms, |
| 225 | self.unpacker.unpack_device_read_stb_resp) |
| 226 | |
| 227 | def device_trigger(self, link, flags, lock_timeout, io_timeout): |
| 228 | params = (link, flags, lock_timeout, io_timeout) |