(self, link, flags, lock_timeout, io_timeout)
| 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) |
| 229 | return self.make_call(DEVICE_TRIGGER, params, |
| 230 | self.packer.pack_device_generic_parms, |
| 231 | self.unpacker.unpack_device_error) |
| 232 | |
| 233 | def device_clear(self, link, flags, lock_timeout, io_timeout): |
| 234 | params = (link, flags, lock_timeout, io_timeout) |