(self, link, flags, lock_timeout, io_timeout)
| 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) |
| 241 | return self.make_call(DEVICE_REMOTE, params, |
| 242 | self.packer.pack_device_generic_parms, |
| 243 | self.unpacker.unpack_device_error) |
| 244 | |
| 245 | def device_local(self, link, flags, lock_timeout, io_timeout): |
| 246 | params = (link, flags, lock_timeout, io_timeout) |