(self, link, flags, lock_timeout, io_timeout)
| 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) |
| 235 | return self.make_call(DEVICE_CLEAR, params, |
| 236 | self.packer.pack_device_generic_parms, |
| 237 | self.unpacker.unpack_device_error) |
| 238 | |
| 239 | def device_remote(self, link, flags, lock_timeout, io_timeout): |
| 240 | params = (link, flags, lock_timeout, io_timeout) |