Detaches the device from the node itself so that it may be bound to a guest domain.
Returns:
32 33 34
# File 'lib/libvirt/node_device.rb', line 32 def dettach FFI::Libvirt.virNodeDeviceDettach(self) == 0 end