Package prlsdkapi :: Class VmBasePortDev
[hide private]
[frames] | no frames]

Class VmBasePortDev

  object --+                
           |                
 prlsdk.Base --+            
               |            
prlsdk.BaseAsync --+        
                   |        
prlsdk.OwnerRefAsync --+    
                       |    
               VmBaseDev --+
                           |
                          VmBasePortDev
Known Subclasses:

Base class providing methods for managing virtual ports (serial, parallel).

Instance Methods [hide private]

Inherited from VmBaseDev: connect, create, create_image, disconnect, remove, set_default_stack_index

Inherited from prlsdk.OwnerRefAsync: __init__, __new__

Inherited from prlsdk.BaseAsync: __cmp__, __repr__, cancel, wait

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]

Inherited from VmBaseDev: __int_prefix__, __prefix__

Properties [hide private]
  output_file
The contents of the virtual device output file.

Inherited from VmBaseDev: connected, emulated_type, enabled, friendly_name, index, remote, sys_name, type

Inherited from prlsdk.OwnerRefAsync: __owner__

Inherited from prlsdk.BaseAsync: __expected_h_type__, __job__, finished, handle_type

Inherited from prlsdk.Base: __handle__

Inherited from object: __class__

Property Details [hide private]

output_file

The contents of the virtual device output file.

Get Method:
unreachable.vmdev__get_output_file(vmdev, VmDev) - Returns VM device output file.
Set Method:
unreachable.vmdev__set_output_file(vmdev, VmDev, new_output_file) - Sets VM device output file.