VirtualBox

Changeset 23643 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Oct 9, 2009 12:23:32 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53341
Message:

VRDP port range API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r23601 r23643  
    54415441  <interface
    54425442     name="IConsoleCallback" extends="$unknown"
    5443      uuid="db67f6e5-799d-474c-8452-b10d7736a412"
     5443     uuid="d6239535-bda2-4ef7-83f4-f4722e4a3b2c"
    54445444     wsmap="suppress"
    54455445     >
     
    56255625        Interested callees should use IVRDPServer methods and attributes to
    56265626        find out what has changed.
     5627      </desc>
     5628    </method>
     5629
     5630    <method name="onRemoteDisplayInfoChange">
     5631      <desc>
     5632        Notification when the status of the VRDP server changes. Interested callees
     5633        should use <link to="IConsole::RemoteDisplayInfo">IRemoteDisplayInfo</link>
     5634        attributes to find out what is the current status.
    56275635      </desc>
    56285636    </method>
     
    58425850  <interface
    58435851     name="IRemoteDisplayInfo" extends="$unknown"
    5844      uuid="550104cd-2dfd-4a6c-857d-f6f8e088e62c"
     5852     uuid="b3741084-806f-4c3b-8c42-ebad1a81e45a"
    58455853     wsmap="struct"
    58465854     >
     
    58535861      <desc>
    58545862        Whether the remote display connection is active.
     5863      </desc>
     5864    </attribute>
     5865
     5866    <attribute name="port" type="long" readonly="yes">
     5867      <desc>
     5868        VRDP server port number. If this property is equal to <tt>0</tt>, then
     5869        the VRDP server failed to start, usually because there are no free TCP
     5870        ports to bind to. If this property is equal to <tt>-1</tt>, then the VRDP
     5871        server has not yet been started.
    58555872      </desc>
    58565873    </attribute>
     
    1178911806  <interface
    1179011807     name="IVRDPServer" extends="$unknown"
    11791      uuid="f4584ae7-6bce-474b-83d6-17d235e6aa89"
     11808     uuid="72e671bc-1712-4052-ad6b-e45e76d9d3e4"
    1179211809     wsmap="managed"
    1179311810     >
     
    1179611813    </attribute>
    1179711814
    11798     <attribute name="port" type="unsigned long">
    11799       <desc>
    11800         VRDP server port number.
     11815    <attribute name="ports" type="wstring">
     11816      <desc>
     11817        VRDP server port numbers.
    1180111818        <note>
    11802           Setting the value of this property to <tt>0</tt> will reset the port
    11803           number to the default value which is
    11804           currently <tt>3389</tt>. Reading this property will always return a
    11805           real port number, even after it has been set to <tt>0</tt> (in which
    11806           case the default port is returned).
     11819          This is a string of comma separated TCP port numbers or port number ranges.
     11820          The server will try to bind to one of ports from the list. Example
     11821          <tt>3000,3010-3012,3015</tt>
    1180711822        </note>
    1180811823      </desc>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette