| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
PrlObject --+
|
VmObjEmulation --+
|
VmDisplayDev
The VmDisplayDev class provides methods for remote capture of screen shots of a virtual machine desktop and for sending keyboard and mouse commands to it. With this functionality, you can programmatically connect to a remote virtual machine and run its applications as if you were sitting at the virtual machine's console. The typical usage of the Remote Desktop Access functionality is creating automation scripts for unattended operating system and other software installations.
There are four groups of functions comprising the Remote Desktop Access API :
For more information and code samples, please see Parallels Virtualization SDK Programmer's Guide.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__prefix__ =
|
|||
|
|||
|
sliding_mouse_enabled Determines if sliding mouse is enabled. |
|||
|
screen_size The virtual machine screen size (width, height, depth). |
|||
|
dyn_res_tool_status Determines if Dynamic Resolution Tool is enabled. |
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
Connects to a virtual machine to begin a remote desktop access session. This is an asynchronous method.
|
Returns the contents of the screen buffer of the primary display. The screen data is always returned as 32-bit RGBA with the alpha channel containing the value of 0.
|
Send "screen size change" event to the virtual machine.
|
Captures a screen area of a remote virtual machine directly to a file on the client computer. This is an asynchronous method.
|
Set the mouse pointer position.
|
Move the mouse pointer to a relative position and send a mouse event (press or release the specified mouse button). The position to which you want to move the pointer is calculated relatively to the center of the screen.
|
Send a set of keyboard key events to the virtual machine.
|
Send a set of keyboard key events to the virtual machine.
|
|
|||
sliding_mouse_enabledDetermines if sliding mouse is enabled. True - enabled; False - disabled.
|
screen_sizeThe virtual machine screen size (width, height, depth).
|
dyn_res_tool_statusDetermines if Dynamic Resolution Tool is enabled. True - enabled; False - disabled.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 15 21:33:41 2008 | http://epydoc.sourceforge.net |