Changeset 23643 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Oct 9, 2009 12:23:32 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53341
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r23601 r23643 5441 5441 <interface 5442 5442 name="IConsoleCallback" extends="$unknown" 5443 uuid="d b67f6e5-799d-474c-8452-b10d7736a412"5443 uuid="d6239535-bda2-4ef7-83f4-f4722e4a3b2c" 5444 5444 wsmap="suppress" 5445 5445 > … … 5625 5625 Interested callees should use IVRDPServer methods and attributes to 5626 5626 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. 5627 5635 </desc> 5628 5636 </method> … … 5842 5850 <interface 5843 5851 name="IRemoteDisplayInfo" extends="$unknown" 5844 uuid=" 550104cd-2dfd-4a6c-857d-f6f8e088e62c"5852 uuid="b3741084-806f-4c3b-8c42-ebad1a81e45a" 5845 5853 wsmap="struct" 5846 5854 > … … 5853 5861 <desc> 5854 5862 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. 5855 5872 </desc> 5856 5873 </attribute> … … 11789 11806 <interface 11790 11807 name="IVRDPServer" extends="$unknown" 11791 uuid=" f4584ae7-6bce-474b-83d6-17d235e6aa89"11808 uuid="72e671bc-1712-4052-ad6b-e45e76d9d3e4" 11792 11809 wsmap="managed" 11793 11810 > … … 11796 11813 </attribute> 11797 11814 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. 11801 11818 <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> 11807 11822 </note> 11808 11823 </desc>
Note:
See TracChangeset
for help on using the changeset viewer.