Changeset 42551 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Aug 2, 2012 4:44:39 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79727
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r42538 r42551 107 107 represent virtual machine sessions which are used to configure virtual 108 108 machines and control their execution. 109 110 The naming of methods and attributes is very clearly defined: they all start 111 with a lowercase letter (except if they start with an acronym), and are using 112 CamelCase style otherwise. This naming only applies to the IDL description, 113 and is modified by the various language bindings (some convert the first 114 character to upper case, some not). See the SDK reference for more details 115 about how to call a method or attribute from a specific programming language. 109 116 </desc> 110 117 … … 843 850 In <link to="IMachine::sessionState"/>, this means that the machine 844 851 is currently locked for a session, whose process identifier can 845 then be found in the <link to="IMachine::sessionP id" /> attribute.852 then be found in the <link to="IMachine::sessionPID" /> attribute. 846 853 847 854 In <link to="ISession::state"/>, this means that a machine is … … 1153 1160 1154 1161 <enum 1155 name="PointingH idType"1156 uuid=" 0d3c17a2-821a-4b2e-ae41-890c6c60aa97"1162 name="PointingHIDType" 1163 uuid="e44b2f7b-72ba-44fb-9e53-2186014f0d17" 1157 1164 > 1158 1165 <desc> … … 1178 1185 1179 1186 <enum 1180 name="KeyboardH idType"1181 uuid=" 5a5b0996-3a3e-44bb-9019-56979812cbcc"1187 name="KeyboardHIDType" 1188 uuid="383e43d7-5c7c-4ec8-9cb8-eda1bccd6699" 1182 1189 > 1183 1190 <desc> … … 1310 1317 > 1311 1318 <desc> 1312 The IDHCPServer interface represents the vbox dhcpserver configuration.1313 1314 To enumerate all the dhcpservers on the host, use the1319 The IDHCPServer interface represents the vbox DHCP server configuration. 1320 1321 To enumerate all the DHCP servers on the host, use the 1315 1322 <link to="IVirtualBox::DHCPServers"/> attribute. 1316 1323 </desc> … … 1318 1325 <attribute name="enabled" type="boolean"> 1319 1326 <desc> 1320 specifies if the dhcpserver is enabled1327 specifies if the DHCP server is enabled 1321 1328 </desc> 1322 1329 </attribute> … … 1943 1950 or a new UUID will be randomly generated (e.g. for ISO and RAW files). 1944 1951 If for some reason you need to change the medium's UUID, use 1945 <link to="IMedium::setI Ds" />.1952 <link to="IMedium::setIds" />. 1946 1953 1947 1954 If a differencing hard disk medium is to be opened by this method, the … … 2168 2175 <!--method name="createDHCPServerForInterface"> 2169 2176 <desc> 2170 Creates a dhcpserver settings to be used for the given interface2177 Creates a DHCP server settings to be used for the given interface 2171 2178 <result name="E_INVALIDARG"> 2172 2179 Host network interface @a name already exists. … … 2177 2184 </param> 2178 2185 <param name="server" type="IDHCPServer" dir="out"> 2179 <desc>D hcpserver settings</desc>2186 <desc>DHCP server settings</desc> 2180 2187 </param> 2181 2188 </method--> … … 2183 2190 <method name="createDHCPServer"> 2184 2191 <desc> 2185 Creates a dhcpserver settings to be used for the given internal network name2192 Creates a DHCP server settings to be used for the given internal network name 2186 2193 <result name="E_INVALIDARG"> 2187 2194 Host network interface @a name already exists. … … 2192 2199 </param> 2193 2200 <param name="server" type="IDHCPServer" dir="return"> 2194 <desc>D hcpserver settings</desc>2201 <desc>DHCP server settings</desc> 2195 2202 </param> 2196 2203 </method> … … 2198 2205 <method name="findDHCPServerByNetworkName"> 2199 2206 <desc> 2200 Searches a dhcpserver settings to be used for the given internal network name2207 Searches a DHCP server settings to be used for the given internal network name 2201 2208 <result name="E_INVALIDARG"> 2202 2209 Host network interface @a name already exists. … … 2208 2215 </param> 2209 2216 <param name="server" type="IDHCPServer" dir="return"> 2210 <desc>D hcpserver settings</desc>2217 <desc>DHCP server settings</desc> 2211 2218 </param> 2212 2219 </method> … … 2214 2221 <!--method name="findDHCPServerForInterface"> 2215 2222 <desc> 2216 Searches a dhcpserver settings to be used for the given interface2223 Searches a DHCP server settings to be used for the given interface 2217 2224 <result name="E_INVALIDARG"> 2218 2225 Host network interface @a name already exists. … … 2223 2230 </param> 2224 2231 <param name="server" type="IDHCPServer" dir="out"> 2225 <desc>D hcpserver settings</desc>2232 <desc>DHCP server settings</desc> 2226 2233 </param> 2227 2234 </method--> … … 2229 2236 <method name="removeDHCPServer"> 2230 2237 <desc> 2231 Removes the dhcpserver settings2238 Removes the DHCP server settings 2232 2239 <result name="E_INVALIDARG"> 2233 2240 Host network interface @a name already exists. … … 2235 2242 </desc> 2236 2243 <param name="server" type="IDHCPServer" dir="in"> 2237 <desc>D hcpserver settings to be removed</desc>2244 <desc>DHCP server settings to be removed</desc> 2238 2245 </param> 2239 2246 </method> … … 3607 3614 3608 3615 <interface 3609 name="IP ciAddress" extends="$unknown"3616 name="IPCIAddress" extends="$unknown" 3610 3617 uuid="D88B324F-DB19-4D3B-A1A9-BF5B127199A8" 3611 3618 wsmap="struct" … … 3650 3657 3651 3658 <interface 3652 name="IP ciDeviceAttachment" extends="$unknown"3659 name="IPCIDeviceAttachment" extends="$unknown" 3653 3660 uuid="91f33d6f-e621-4f70-a77e-15f0e3c714d5" 3654 3661 wsmap="struct" … … 3757 3764 <interface 3758 3765 name="IMachine" extends="$unknown" 3759 uuid=" 481ae051-96ed-4ba3-81e6-7b2c186005bc"3766 uuid="22781af3-1c96-4126-9edf-67a020e0e858" 3760 3767 wsmap="managed" 3761 3768 > … … 3968 3975 </attribute> 3969 3976 3970 3977 <attribute name="memorySize" type="unsigned long"> 3971 3978 <desc>System memory size in megabytes.</desc> 3972 3979 </attribute> … … 4018 4025 </attribute> 4019 4026 4020 <attribute name="pointingH idType" type="PointingHidType">4027 <attribute name="pointingHIDType" type="PointingHIDType"> 4021 4028 <desc>Type of pointing HID (such as mouse or tablet) used in this VM. 4022 4029 The default is typically "PS2Mouse" but can vary depending on the … … 4024 4031 </attribute> 4025 4032 4026 <attribute name="keyboardH idType" type="KeyboardHidType">4033 <attribute name="keyboardHIDType" type="KeyboardHIDType"> 4027 4034 <desc>Type of keyboard HID used in this VM. 4028 4035 The default is typically "PS2Keyboard" but can vary depending on the … … 4030 4037 </attribute> 4031 4038 4032 <attribute name=" hpetEnabled" type="boolean">4039 <attribute name="HPETEnabled" type="boolean"> 4033 4040 <desc>This attribute controls if High Precision Event Timer (HPET) is 4034 4041 enabled in this VM. Use this property if you want to provide guests … … 4151 4158 </attribute> 4152 4159 4153 <attribute name="sessionP id" type="unsigned long" readonly="yes">4160 <attribute name="sessionPID" type="unsigned long" readonly="yes"> 4154 4161 <desc> 4155 4162 Identifier of the session process. This attribute contains the … … 4360 4367 </attribute> 4361 4368 4362 <attribute name=" ioCacheEnabled" type="boolean">4369 <attribute name="IOCacheEnabled" type="boolean"> 4363 4370 <desc> 4364 4371 When set to @a true, the builtin I/O cache of the virtual machine … … 4367 4374 </attribute> 4368 4375 4369 <attribute name=" ioCacheSize" type="unsigned long">4376 <attribute name="IOCacheSize" type="unsigned long"> 4370 4377 <desc> 4371 4378 Maximum size of the I/O cache in MB. … … 4373 4380 </attribute> 4374 4381 4375 <attribute name=" pciDeviceAssignments" type="IPciDeviceAttachment" readonly="yes" safearray="yes">4382 <attribute name="PCIDeviceAssignments" type="IPCIDeviceAttachment" readonly="yes" safearray="yes"> 4376 4383 <desc>Array of PCI devices assigned to this machine, to get list of all 4377 4384 PCI devices attached to the machine use 4378 <link to="IConsole::attachedP ciDevices"/> attribute, as this attribute4385 <link to="IConsole::attachedPCIDevices"/> attribute, as this attribute 4379 4386 is intended to list only devices additional to what described in 4380 4387 virtual hardware config. Usually, this list keeps host's physical … … 5321 5328 </method> 5322 5329 5323 <method name="attachHostP ciDevice">5330 <method name="attachHostPCIDevice"> 5324 5331 <desc> 5325 5332 Attaches host PCI device with the given (host) PCI address to the 5326 5333 PCI bus of the virtual machine. Please note, that this operation 5327 5334 is two phase, as real attachment will happen when VM will start, 5328 and most information will be delivered as IHostP ciDevicePlugEvent5335 and most information will be delivered as IHostPCIDevicePlugEvent 5329 5336 on IVirtualBox event source. 5330 5337 5331 <see><link to="IHostP ciDevicePlugEvent"/></see>5338 <see><link to="IHostPCIDevicePlugEvent"/></see> 5332 5339 5333 5340 <result name="VBOX_E_INVALID_VM_STATE"> … … 5353 5360 </method> 5354 5361 5355 <method name="detachHostP ciDevice">5362 <method name="detachHostPCIDevice"> 5356 5363 <desc> 5357 5364 Detach host PCI device from the virtual machine. 5358 Also HostP ciDevicePlugEvent on IVirtualBox event source5365 Also HostPCIDevicePlugEvent on IVirtualBox event source 5359 5366 will be delivered. As currently we don't support hot device 5360 unplug, IHostP ciDevicePlugEvent event is delivered immediately.5361 5362 <see><link to="IHostP ciDevicePlugEvent"/></see>5367 unplug, IHostPCIDevicePlugEvent event is delivered immediately. 5368 5369 <see><link to="IHostPCIDevicePlugEvent"/></see> 5363 5370 5364 5371 <result name="VBOX_E_INVALID_VM_STATE"> … … 6724 6731 <interface 6725 6732 name="IConsole" extends="$unknown" 6726 uuid=" 1968b7d3-e3bf-4ceb-99e0-cb7c913317bb"6733 uuid="db7ab4ca-2a3f-4183-9243-c1208da92392" 6727 6734 wsmap="managed" 6728 6735 > … … 6851 6858 </attribute> 6852 6859 6853 <attribute name="attachedP ciDevices" type="IPciDeviceAttachment" readonly="yes" safearray="yes">6860 <attribute name="attachedPCIDevices" type="IPCIDeviceAttachment" readonly="yes" safearray="yes"> 6854 6861 <desc>Array of PCI devices attached to this machine.</desc> 6855 6862 </attribute> … … 7617 7624 <interface 7618 7625 name="IHostNetworkInterface" extends="$unknown" 7619 uuid=" ce6fae58-7642-4102-b5db-c9005c2320a8"7626 uuid="87a4153d-6889-4dd6-9654-2e9ff0ae8dec" 7620 7627 wsmap="managed" 7621 7628 > … … 7638 7645 </attribute> 7639 7646 7640 <attribute name=" dhcpEnabled" type="boolean" readonly="yes">7647 <attribute name="DHCPEnabled" type="boolean" readonly="yes"> 7641 7648 <desc>Specifies whether the DHCP is enabled for the interface.</desc> 7642 7649 </attribute> … … 7678 7685 </attribute> 7679 7686 7680 <method name="enableStaticI pConfig">7687 <method name="enableStaticIPConfig"> 7681 7688 <desc>sets and enables the static IP V4 configuration for the given interface.</desc> 7682 7689 <param name="IPAddress" type="wstring" dir="in"> … … 7692 7699 </method> 7693 7700 7694 <method name="enableStaticI pConfigV6">7701 <method name="enableStaticIPConfigV6"> 7695 7702 <desc>sets and enables the static IP V6 configuration for the given interface.</desc> 7696 7703 <param name="IPV6Address" type="wstring" dir="in"> … … 7706 7713 </method> 7707 7714 7708 <method name="enableDynamicI pConfig">7715 <method name="enableDynamicIPConfig"> 7709 7716 <desc>enables the dynamic IP configuration.</desc> 7710 7717 </method> 7711 7718 7712 <method name=" dhcpRediscover">7713 <desc>refreshes the IP configuration for dhcp-enabled interface.</desc>7719 <method name="DHCPRediscover"> 7720 <desc>refreshes the IP configuration for DHCP-enabled interface.</desc> 7714 7721 </method> 7715 7722 … … 7718 7725 <interface 7719 7726 name="IHost" extends="$unknown" 7720 uuid=" dab4a2b8-c735-4f08-94fc-9bec84182e2f"7727 uuid="30678943-32df-4830-b413-931b25ac86a0" 7721 7728 wsmap="managed" 7722 7729 > … … 7911 7918 </attribute> 7912 7919 7913 <attribute name=" Acceleration3DAvailable" type="boolean" readonly="yes">7920 <attribute name="acceleration3DAvailable" type="boolean" readonly="yes"> 7914 7921 <desc>Returns @c true when the host supports 3D hardware acceleration.</desc> 7915 7922 </attribute> … … 8560 8567 <interface 8561 8568 name="IGuestOSType" extends="$unknown" 8562 uuid="6 3a03874-e495-41f7-a6dd-48b92fba8355"8569 uuid="6d968f9a-858b-4c50-bf17-241f069e94c2" 8563 8570 wsmap="struct" 8564 8571 > … … 8618 8625 </attribute> 8619 8626 8620 <attribute name="recommendedP ae" type="boolean" readonly="yes">8627 <attribute name="recommendedPAE" type="boolean" readonly="yes"> 8621 8628 <desc>Returns @c true if using PAE is recommended for this OS type.</desc> 8622 8629 </attribute> 8623 8630 8624 <attribute name="recommendedD vdStorageController" type="StorageControllerType" readonly="yes">8631 <attribute name="recommendedDVDStorageController" type="StorageControllerType" readonly="yes"> 8625 8632 <desc>Recommended storage controller type for DVD/CD drives.</desc> 8626 8633 </attribute> 8627 8634 8628 <attribute name="recommendedD vdStorageBus" type="StorageBus" readonly="yes">8635 <attribute name="recommendedDVDStorageBus" type="StorageBus" readonly="yes"> 8629 8636 <desc>Recommended storage bus type for DVD/CD drives.</desc> 8630 8637 </attribute> 8631 8638 8632 <attribute name="recommendedH dStorageController" type="StorageControllerType" readonly="yes">8639 <attribute name="recommendedHDStorageController" type="StorageControllerType" readonly="yes"> 8633 8640 <desc>Recommended storage controller type for HD drives.</desc> 8634 8641 </attribute> 8635 8642 8636 <attribute name="recommendedH dStorageBus" type="StorageBus" readonly="yes">8643 <attribute name="recommendedHDStorageBus" type="StorageBus" readonly="yes"> 8637 8644 <desc>Recommended storage bus type for HD drives.</desc> 8638 8645 </attribute> … … 8642 8649 </attribute> 8643 8650 8644 <attribute name="recommendedU sbHid" type="boolean" readonly="yes">8651 <attribute name="recommendedUSBHID" type="boolean" readonly="yes"> 8645 8652 <desc>Returns @c true if using USB Human Interface Devices, such as keyboard and mouse recommended.</desc> 8646 8653 </attribute> 8647 8654 8648 <attribute name="recommendedH pet" type="boolean" readonly="yes">8655 <attribute name="recommendedHPET" type="boolean" readonly="yes"> 8649 8656 <desc>Returns @c true if using HPET is recommended for this OS type.</desc> 8650 8657 </attribute> 8651 8658 8652 <attribute name="recommendedU sbTablet" type="boolean" readonly="yes">8659 <attribute name="recommendedUSBTablet" type="boolean" readonly="yes"> 8653 8660 <desc>Returns @c true if using a USB Tablet is recommended.</desc> 8654 8661 </attribute> 8655 8662 8656 <attribute name="recommendedR tcUseUtc" type="boolean" readonly="yes">8663 <attribute name="recommendedRTCUseUTC" type="boolean" readonly="yes"> 8657 8664 <desc>Returns @c true if the RTC of this VM should be set to UTC</desc> 8658 8665 </attribute> … … 8670 8677 </attribute> 8671 8678 8672 <attribute name="recommendedU sb" type="boolean" readonly="yes">8679 <attribute name="recommendedUSB" type="boolean" readonly="yes"> 8673 8680 <desc>Returns @c true a USB controller is recommended for this OS type.</desc> 8674 8681 </attribute> … … 9360 9367 <interface 9361 9368 name="IGuestSession" extends="$unknown" 9362 uuid=" 89f39320-d86c-4705-a376-d083f3c5c4e3"9369 uuid="a8bbf136-3f0d-42cd-9fd3-c5816adb10a0" 9363 9370 wsmap="managed" 9364 9371 > … … 9409 9416 </attribute> 9410 9417 9411 <attribute name="environment" type="wstring" readonly="yes"safearray="yes">9418 <attribute name="environment" type="wstring" safearray="yes"> 9412 9419 <desc> 9413 9420 TODO … … 9433 9440 </attribute> 9434 9441 9435 <method name=" Close">9442 <method name="close"> 9436 9443 <desc> 9437 9444 TODO … … 9443 9450 </method> 9444 9451 9445 <method name=" CopyFrom">9452 <method name="copyFrom"> 9446 9453 <desc> 9447 9454 TODO … … 9465 9472 </method> 9466 9473 9467 <method name=" CopyTo">9474 <method name="copyTo"> 9468 9475 <desc> 9469 9476 TODO … … 9509 9516 </method> 9510 9517 9511 <method name=" DirectoryCreateTemp">9518 <method name="directoryCreateTemp"> 9512 9519 <desc> 9513 9520 TODO … … 9531 9538 </method> 9532 9539 9533 <method name=" DirectoryExists">9540 <method name="directoryExists"> 9534 9541 <desc> 9535 9542 TODO … … 9547 9554 </method> 9548 9555 9549 <method name=" DirectoryOpen">9556 <method name="directoryOpen"> 9550 9557 <desc> 9551 9558 TODO … … 9569 9576 </method> 9570 9577 9571 <method name=" DirectoryQueryInfo">9578 <method name="directoryQueryInfo"> 9572 9579 <desc> 9573 9580 TODO … … 9585 9592 </method> 9586 9593 9587 <method name=" DirectoryRemove">9594 <method name="directoryRemove"> 9588 9595 <desc> 9589 9596 TODO … … 9598 9605 </method> 9599 9606 9600 <method name=" DirectoryRemoveRecursive">9607 <method name="directoryRemoveRecursive"> 9601 9608 <desc> 9602 9609 TODO … … 9617 9624 </method> 9618 9625 9619 <method name=" DirectoryRename">9626 <method name="directoryRename"> 9620 9627 <desc> 9621 9628 TODO … … 9636 9643 </method> 9637 9644 9638 <method name=" DirectorySetACL">9645 <method name="directorySetACL"> 9639 9646 <desc> 9640 9647 TODO … … 9652 9659 </method> 9653 9660 9654 <method name=" EnvironmentClear">9661 <method name="environmentClear"> 9655 9662 <desc> 9656 9663 TODO … … 9662 9669 </method> 9663 9670 9664 <method name=" EnvironmentGet">9671 <method name="environmentGet"> 9665 9672 <desc> 9666 9673 TODO … … 9678 9685 </method> 9679 9686 9680 <method name=" EnvironmentSet">9687 <method name="environmentSet"> 9681 9688 <desc> 9682 9689 TODO … … 9694 9701 </method> 9695 9702 9696 <method name=" EnvironmentSetArray">9703 <method name="environmentUnset"> 9697 9704 <desc> 9698 9705 TODO … … 9702 9709 </result> 9703 9710 </desc> 9711 <param name="name" type="wstring" dir="in"> 9712 <desc>TODO</desc> 9713 </param> 9714 </method> 9715 9716 <method name="fileCreateTemp"> 9717 <desc> 9718 TODO 9719 9720 <result name="VBOX_E_NOT_SUPPORTED"> 9721 TODO 9722 </result> 9723 </desc> 9724 <param name="templateName" type="wstring" dir="in"> 9725 <desc>TODO</desc> 9726 </param> 9727 <param name="mode" type="unsigned long" dir="in"> 9728 <desc>TODO</desc> 9729 </param> 9730 <param name="path" type="wstring" dir="in"> 9731 <desc>TODO</desc> 9732 </param> 9733 <param name="file" type="IGuestFile" dir="return"> 9734 <desc>Optional.</desc> 9735 </param> 9736 </method> 9737 9738 <method name="fileExists"> 9739 <desc> 9740 TODO 9741 9742 <result name="VBOX_E_NOT_SUPPORTED"> 9743 TODO 9744 </result> 9745 </desc> 9746 <param name="path" type="wstring" dir="in"> 9747 <desc>TODO</desc> 9748 </param> 9749 <param name="exists" type="boolean" dir="return"> 9750 <desc>TODO</desc> 9751 </param> 9752 </method> 9753 9754 <method name="fileOpen"> 9755 <desc> 9756 TODO 9757 9758 <result name="VBOX_E_NOT_SUPPORTED"> 9759 TODO 9760 </result> 9761 </desc> 9762 <param name="path" type="wstring" dir="in"> 9763 <desc>TODO</desc> 9764 </param> 9765 <param name="openMode" type="wstring" dir="in"> 9766 <desc>TODO</desc> 9767 </param> 9768 <param name="disposition" type="wstring" dir="in"> 9769 <desc>TODO</desc> 9770 </param> 9771 <param name="creationMode" type="unsigned long" dir="in"> 9772 <desc>TODO</desc> 9773 </param> 9774 <param name="offset" type="long long" dir="in"> 9775 <desc>TODO</desc> 9776 </param> 9777 <param name="file" type="IGuestFile" dir="return"> 9778 <desc>TODO</desc> 9779 </param> 9780 </method> 9781 9782 <method name="fileQueryInfo"> 9783 <desc> 9784 TODO 9785 9786 <result name="VBOX_E_NOT_SUPPORTED"> 9787 TODO 9788 </result> 9789 </desc> 9790 <param name="path" type="wstring" dir="in"> 9791 <desc>TODO</desc> 9792 </param> 9793 <param name="info" type="IGuestFsObjInfo" dir="return"> 9794 <desc>TODO</desc> 9795 </param> 9796 </method> 9797 9798 <method name="fileQuerySize"> 9799 <desc> 9800 TODO 9801 9802 <result name="VBOX_E_NOT_SUPPORTED"> 9803 TODO 9804 </result> 9805 </desc> 9806 <param name="path" type="wstring" dir="in"> 9807 <desc>TODO</desc> 9808 </param> 9809 <param name="size" type="long long" dir="return"> 9810 <desc>TODO</desc> 9811 </param> 9812 </method> 9813 9814 <method name="fileRename"> 9815 <desc> 9816 TODO 9817 9818 <result name="VBOX_E_NOT_SUPPORTED"> 9819 TODO 9820 </result> 9821 </desc> 9822 <param name="source" type="wstring" dir="in"> 9823 <desc>TODO</desc> 9824 </param> 9825 <param name="dest" type="wstring" dir="in"> 9826 <desc>TODO</desc> 9827 </param> 9828 <param name="flags" type="PathRenameFlag" dir="in" safearray="yes"> 9829 <desc>TODO</desc> 9830 </param> 9831 </method> 9832 9833 <method name="fileSetACL"> 9834 <desc> 9835 TODO 9836 9837 <result name="VBOX_E_NOT_SUPPORTED"> 9838 TODO 9839 </result> 9840 </desc> 9841 <param name="file" type="wstring" dir="in"> 9842 <desc>TODO</desc> 9843 </param> 9844 <param name="acl" type="wstring" dir="in"> 9845 <desc>TODO</desc> 9846 </param> 9847 </method> 9848 9849 <method name="processCreate"> 9850 <desc> 9851 TODO 9852 9853 <result name="VBOX_E_NOT_SUPPORTED"> 9854 TODO 9855 </result> 9856 </desc> 9857 <param name="command" type="wstring" dir="in"> 9858 <desc>TODO</desc> 9859 </param> 9860 <param name="arguments" type="wstring" dir="in" safearray="yes"> 9861 <desc>TODO</desc> 9862 </param> 9704 9863 <param name="environment" type="wstring" dir="in" safearray="yes"> 9705 9864 <desc>TODO</desc> 9706 9865 </param> 9866 <param name="flags" type="ProcessCreateFlag" dir="in" safearray="yes"> 9867 <desc>TODO</desc> 9868 </param> 9869 <param name="timeoutMS" type="unsigned long" dir="in"> 9870 <desc>TODO</desc> 9871 </param> 9872 <param name="guestProcess" type="IGuestProcess" dir="return"> 9873 <desc>TODO</desc> 9874 </param> 9707 9875 </method> 9708 9876 9709 <method name=" EnvironmentUnset">9877 <method name="processCreateEx"> 9710 9878 <desc> 9711 9879 TODO … … 9715 9883 </result> 9716 9884 </desc> 9717 <param name=" name" type="wstring" dir="in">9885 <param name="command" type="wstring" dir="in"> 9718 9886 <desc>TODO</desc> 9719 9887 </param> 9888 <param name="arguments" type="wstring" dir="in" safearray="yes"> 9889 <desc>TODO</desc> 9890 </param> 9891 <param name="environment" type="wstring" dir="in" safearray="yes"> 9892 <desc>TODO</desc> 9893 </param> 9894 <param name="flags" type="ProcessCreateFlag" dir="in" safearray="yes"> 9895 <desc>TODO</desc> 9896 </param> 9897 <param name="timeoutMS" type="unsigned long" dir="in"> 9898 <desc>TODO</desc> 9899 </param> 9900 <param name="priority" type="ProcessPriority" dir="in"> 9901 <desc>TODO</desc> 9902 </param> 9903 <param name="affinity" type="long" dir="in" safearray="yes"> 9904 <desc>TODO</desc> 9905 </param> 9906 <param name="guestProcess" type="IGuestProcess" dir="return"> 9907 <desc>TODO</desc> 9908 </param> 9720 9909 </method> 9721 9910 9722 <method name=" FileCreateTemp">9911 <method name="processGet"> 9723 9912 <desc> 9724 9913 TODO … … 9728 9917 </result> 9729 9918 </desc> 9730 <param name=" templateName" type="wstring" dir="in">9919 <param name="pid" type="unsigned long" dir="in"> 9731 9920 <desc>TODO</desc> 9732 9921 </param> 9733 <param name=" mode" type="unsigned long" dir="in">9922 <param name="guestProcess" type="IGuestProcess" dir="return"> 9734 9923 <desc>TODO</desc> 9735 9924 </param> 9925 </method> 9926 9927 <method name="symlinkCreate"> 9928 <desc> 9929 TODO 9930 9931 <result name="VBOX_E_NOT_SUPPORTED"> 9932 TODO 9933 </result> 9934 </desc> 9935 <param name="source" type="wstring" dir="in"> 9936 <desc>TODO</desc> 9937 </param> 9938 <param name="target" type="wstring" dir="in"> 9939 <desc>TODO</desc> 9940 </param> 9941 <param name="type" type="SymlinkType" dir="in"> 9942 <desc>TODO</desc> 9943 </param> 9944 </method> 9945 9946 <method name="symlinkExists"> 9947 <desc> 9948 TODO 9949 9950 <result name="VBOX_E_NOT_SUPPORTED"> 9951 TODO 9952 </result> 9953 </desc> 9954 <param name="symlink" type="wstring" dir="in"> 9955 <desc>TODO</desc> 9956 </param> 9957 <param name="exists" type="boolean" dir="return"> 9958 <desc>TODO</desc> 9959 </param> 9960 </method> 9961 9962 <method name="symlinkRead"> 9963 <desc> 9964 TODO 9965 9966 <result name="VBOX_E_NOT_SUPPORTED"> 9967 TODO 9968 </result> 9969 </desc> 9970 <param name="symlink" type="wstring" dir="in"> 9971 <desc>TODO</desc> 9972 </param> 9973 <param name="flags" type="SymlinkReadFlag" dir="in" safearray="yes"> 9974 <desc>TODO</desc> 9975 </param> 9976 <param name="target" type="wstring" dir="return"> 9977 <desc>TODO</desc> 9978 </param> 9979 </method> 9980 9981 <method name="symlinkRemoveDirectory"> 9982 <desc> 9983 TODO 9984 9985 <result name="VBOX_E_NOT_SUPPORTED"> 9986 TODO 9987 </result> 9988 </desc> 9736 9989 <param name="path" type="wstring" dir="in"> 9737 9990 <desc>TODO</desc> 9738 9991 </param> 9739 <param name="file" type="IGuestFile" dir="return">9740 <desc>Optional.</desc>9741 </param>9742 9992 </method> 9743 9993 9744 <method name=" FileExists">9994 <method name="symlinkRemoveFile"> 9745 9995 <desc> 9746 9996 TODO … … 9750 10000 </result> 9751 10001 </desc> 9752 <param name="path" type="wstring" dir="in">9753 <desc>TODO</desc>9754 </param>9755 <param name="exists" type="boolean" dir="return">9756 <desc>TODO</desc>9757 </param>9758 </method>9759 9760 <method name="FileOpen">9761 <desc>9762 TODO9763 9764 <result name="VBOX_E_NOT_SUPPORTED">9765 TODO9766 </result>9767 </desc>9768 <param name="path" type="wstring" dir="in">9769 <desc>TODO</desc>9770 </param>9771 <param name="openMode" type="wstring" dir="in">9772 <desc>TODO</desc>9773 </param>9774 <param name="disposition" type="wstring" dir="in">9775 <desc>TODO</desc>9776 </param>9777 <param name="creationMode" type="unsigned long" dir="in">9778 <desc>TODO</desc>9779 </param>9780 <param name="offset" type="long long" dir="in">9781 <desc>TODO</desc>9782 </param>9783 <param name="file" type="IGuestFile" dir="return">9784 <desc>TODO</desc>9785 </param>9786 </method>9787 9788 <method name="FileQueryInfo">9789 <desc>9790 TODO9791 9792 <result name="VBOX_E_NOT_SUPPORTED">9793 TODO9794 </result>9795 </desc>9796 <param name="path" type="wstring" dir="in">9797 <desc>TODO</desc>9798 </param>9799 <param name="info" type="IGuestFsObjInfo" dir="return">9800 <desc>TODO</desc>9801 </param>9802 </method>9803 9804 <method name="FileQuerySize">9805 <desc>9806 TODO9807 9808 <result name="VBOX_E_NOT_SUPPORTED">9809 TODO9810 </result>9811 </desc>9812 <param name="path" type="wstring" dir="in">9813 <desc>TODO</desc>9814 </param>9815 <param name="size" type="long long" dir="return">9816 <desc>TODO</desc>9817 </param>9818 </method>9819 9820 <method name="FileRename">9821 <desc>9822 TODO9823 9824 <result name="VBOX_E_NOT_SUPPORTED">9825 TODO9826 </result>9827 </desc>9828 <param name="source" type="wstring" dir="in">9829 <desc>TODO</desc>9830 </param>9831 <param name="dest" type="wstring" dir="in">9832 <desc>TODO</desc>9833 </param>9834 <param name="flags" type="PathRenameFlag" dir="in" safearray="yes">9835 <desc>TODO</desc>9836 </param>9837 </method>9838 9839 <method name="FileSetACL">9840 <desc>9841 TODO9842 9843 <result name="VBOX_E_NOT_SUPPORTED">9844 TODO9845 </result>9846 </desc>9847 10002 <param name="file" type="wstring" dir="in"> 9848 10003 <desc>TODO</desc> 9849 10004 </param> 9850 <param name="acl" type="wstring" dir="in">9851 <desc>TODO</desc>9852 </param>9853 </method>9854 9855 <method name="ProcessCreate">9856 <desc>9857 TODO9858 9859 <result name="VBOX_E_NOT_SUPPORTED">9860 TODO9861 </result>9862 </desc>9863 <param name="command" type="wstring" dir="in">9864 <desc>TODO</desc>9865 </param>9866 <param name="arguments" type="wstring" dir="in" safearray="yes">9867 <desc>TODO</desc>9868 </param>9869 <param name="environment" type="wstring" dir="in" safearray="yes">9870 <desc>TODO</desc>9871 </param>9872 <param name="flags" type="ProcessCreateFlag" dir="in" safearray="yes">9873 <desc>TODO</desc>9874 </param>9875 <param name="timeoutMS" type="unsigned long" dir="in">9876 <desc>TODO</desc>9877 </param>9878 <param name="guestProcess" type="IGuestProcess" dir="return">9879 <desc>TODO</desc>9880 </param>9881 </method>9882 9883 <method name="ProcessCreateEx">9884 <desc>9885 TODO9886 9887 <result name="VBOX_E_NOT_SUPPORTED">9888 TODO9889 </result>9890 </desc>9891 <param name="command" type="wstring" dir="in">9892 <desc>TODO</desc>9893 </param>9894 <param name="arguments" type="wstring" dir="in" safearray="yes">9895 <desc>TODO</desc>9896 </param>9897 <param name="environment" type="wstring" dir="in" safearray="yes">9898 <desc>TODO</desc>9899 </param>9900 <param name="flags" type="ProcessCreateFlag" dir="in" safearray="yes">9901 <desc>TODO</desc>9902 </param>9903 <param name="timeoutMS" type="unsigned long" dir="in">9904 <desc>TODO</desc>9905 </param>9906 <param name="priority" type="ProcessPriority" dir="in">9907 <desc>TODO</desc>9908 </param>9909 <param name="affinity" type="long" dir="in" safearray="yes">9910 <desc>TODO</desc>9911 </param>9912 <param name="guestProcess" type="IGuestProcess" dir="return">9913 <desc>TODO</desc>9914 </param>9915 </method>9916 9917 <method name="ProcessGet">9918 <desc>9919 TODO9920 9921 <result name="VBOX_E_NOT_SUPPORTED">9922 TODO9923 </result>9924 </desc>9925 <param name="pid" type="unsigned long" dir="in">9926 <desc>TODO</desc>9927 </param>9928 <param name="guestProcess" type="IGuestProcess" dir="return">9929 <desc>TODO</desc>9930 </param>9931 </method>9932 9933 <method name="SymlinkCreate">9934 <desc>9935 TODO9936 9937 <result name="VBOX_E_NOT_SUPPORTED">9938 TODO9939 </result>9940 </desc>9941 <param name="source" type="wstring" dir="in">9942 <desc>TODO</desc>9943 </param>9944 <param name="target" type="wstring" dir="in">9945 <desc>TODO</desc>9946 </param>9947 <param name="type" type="SymlinkType" dir="in">9948 <desc>TODO</desc>9949 </param>9950 </method>9951 9952 <method name="SymlinkExists">9953 <desc>9954 TODO9955 9956 <result name="VBOX_E_NOT_SUPPORTED">9957 TODO9958 </result>9959 </desc>9960 <param name="symlink" type="wstring" dir="in">9961 <desc>TODO</desc>9962 </param>9963 <param name="exists" type="boolean" dir="return">9964 <desc>TODO</desc>9965 </param>9966 </method>9967 9968 <method name="SymlinkRead">9969 <desc>9970 TODO9971 9972 <result name="VBOX_E_NOT_SUPPORTED">9973 TODO9974 </result>9975 </desc>9976 <param name="symlink" type="wstring" dir="in">9977 <desc>TODO</desc>9978 </param>9979 <param name="flags" type="SymlinkReadFlag" dir="in" safearray="yes">9980 <desc>TODO</desc>9981 </param>9982 <param name="target" type="wstring" dir="return">9983 <desc>TODO</desc>9984 </param>9985 </method>9986 9987 <method name="SymlinkRemoveDirectory">9988 <desc>9989 TODO9990 9991 <result name="VBOX_E_NOT_SUPPORTED">9992 TODO9993 </result>9994 </desc>9995 <param name="path" type="wstring" dir="in">9996 <desc>TODO</desc>9997 </param>9998 </method>9999 10000 <method name="SymlinkRemoveFile">10001 <desc>10002 TODO10003 10004 <result name="VBOX_E_NOT_SUPPORTED">10005 TODO10006 </result>10007 </desc>10008 <param name="file" type="wstring" dir="in">10009 <desc>TODO</desc>10010 </param>10011 10005 </method> 10012 10006 … … 10015 10009 <interface 10016 10010 name="IProcess" extends="$unknown" 10017 uuid="8 3275f41-01ee-4362-ac44-298191b5186c"10011 uuid="896df50a-c5d1-4892-8bc6-b78d0c1f4e33" 10018 10012 wsmap="managed" 10019 10013 > … … 10021 10015 TODO 10022 10016 </desc> 10023 <attribute name=" pid" type="unsigned long" readonly="yes">10017 <attribute name="PID" type="unsigned long" readonly="yes"> 10024 10018 <desc> 10025 10019 TODO … … 10078 10072 </attribute> 10079 10073 10080 <method name=" WaitFor">10074 <method name="waitFor"> 10081 10075 <desc> 10082 10076 TODO … … 10097 10091 </method> 10098 10092 10099 <method name=" WaitForArray">10100 <desc> 10101 Scriptable version of <link to="# WaitFor" />.10093 <method name="waitForArray"> 10094 <desc> 10095 Scriptable version of <link to="#waitFor" />. 10102 10096 10103 10097 <result name="VBOX_E_NOT_SUPPORTED"> … … 10116 10110 </method> 10117 10111 10118 <method name=" Read">10112 <method name="read"> 10119 10113 <desc> 10120 10114 TODO … … 10138 10132 </method> 10139 10133 10140 <method name=" Write">10134 <method name="write"> 10141 10135 <desc> 10142 10136 TODO … … 10192 10186 </method> 10193 10187 10194 <method name=" Terminate">10188 <method name="terminate"> 10195 10189 <desc> 10196 10190 TODO … … 10215 10209 <interface 10216 10210 name="IDirectory" extends="$unknown" 10217 uuid="e db0fb3b-9c74-40a6-9c54-ed7abd9d7533"10211 uuid="e55ab5e5-4feb-452b-86ed-59cff4c581a3" 10218 10212 wsmap="managed" 10219 10213 > … … 10231 10225 </attribute> 10232 10226 10233 <method name=" Read">10227 <method name="read"> 10234 10228 <desc> 10235 10229 TODO … … 10257 10251 <interface 10258 10252 name="IFile" extends="$unknown" 10259 uuid=" 3f067338-2490-47e4-ae81-45a65300f3b1"10253 uuid="2615152d-35c0-4363-8325-ab7e1f2b8b34" 10260 10254 wsmap="managed" 10261 10255 > … … 10297 10291 </attribute> 10298 10292 10299 <method name=" Close">10293 <method name="close"> 10300 10294 <desc> 10301 10295 TODO … … 10307 10301 </method> 10308 10302 10309 <method name=" QueryInfo">10303 <method name="queryInfo"> 10310 10304 <desc> 10311 10305 TODO … … 10320 10314 </method> 10321 10315 10322 <method name=" Read">10316 <method name="read"> 10323 10317 <desc> 10324 10318 TODO … … 10339 10333 </method> 10340 10334 10341 <method name=" ReadAt">10335 <method name="readAt"> 10342 10336 <desc> 10343 10337 TODO … … 10361 10355 </method> 10362 10356 10363 <method name=" Seek">10357 <method name="seek"> 10364 10358 <desc> 10365 10359 TODO … … 10377 10371 </method> 10378 10372 10379 <method name=" SetACL">10373 <method name="setACL"> 10380 10374 <desc> 10381 10375 TODO … … 10390 10384 </method> 10391 10385 10392 <method name=" Write">10386 <method name="write"> 10393 10387 <desc> 10394 10388 TODO … … 10406 10400 </method> 10407 10401 10408 <method name=" WriteAt">10402 <method name="writeAt"> 10409 10403 <desc> 10410 10404 TODO … … 10439 10433 <interface 10440 10434 name="IFsObjInfo" extends="$unknown" 10441 uuid=" fbcde6d8-69a4-41a3-950f-f98aed6ade52"10435 uuid="4925335b-9aa6-4870-bda3-8edb09fb602c" 10442 10436 wsmap="managed" 10443 10437 > … … 10502 10496 </desc> 10503 10497 </attribute> 10504 <attribute name=" gid" type="unsigned long" readonly="yes">10498 <attribute name="GID" type="unsigned long" readonly="yes"> 10505 10499 <desc> 10506 10500 TODO … … 10574 10568 </desc> 10575 10569 </attribute> 10576 <attribute name=" uid" type="unsigned long" readonly="yes">10570 <attribute name="UID" type="unsigned long" readonly="yes"> 10577 10571 <desc> 10578 10572 TODO … … 12846 12840 </attribute> 12847 12841 12848 <method name="setI Ds">12842 <method name="setIds"> 12849 12843 <desc> 12850 12844 Changes the UUID and parent UUID for a hard disk medium. … … 14935 14929 <interface 14936 14930 name="INetworkAdapter" extends="$unknown" 14937 uuid=" 8b2e705c-0547-4008-b7bc-788757346092"14931 uuid="efa0f965-63c7-4c60-afdf-b1cc9943b9c0" 14938 14932 wsmap="managed" 14939 14933 > … … 15052 15046 </attribute> 15053 15047 15054 <attribute name=" natDriver" type="INATEngine" readonly="yes">15048 <attribute name="NATEngine" type="INATEngine" readonly="yes"> 15055 15049 <desc> 15056 15050 Points to the NAT engine which handles the network address translation … … 15766 15760 <interface 15767 15761 name="IUSBController" extends="$unknown" 15768 uuid=" 6fdcccc5-abd3-4fec-9387-2ad3914fc4a8"15762 uuid="01e6f13a-0580-452f-a40f-74e32a5e4921" 15769 15763 wsmap="managed" 15770 15764 > … … 15778 15772 </attribute> 15779 15773 15780 <attribute name="enabledE hci" type="boolean">15774 <attribute name="enabledEHCI" type="boolean"> 15781 15775 <desc> 15782 15776 Flag whether the USB EHCI controller is present in the … … 18026 18020 <interface 18027 18021 name="INATEngine" extends="$unknown" 18028 uuid=" 4b286616-eb03-11de-b0fb-1701eca42246"18022 uuid="26451b99-3b2d-4dcb-8e4b-d63654218175" 18029 18023 wsmap="managed" 18030 18024 > 18031 18025 <desc>Interface for managing a NAT engine which is used with a virtual machine. This 18032 18026 allows for changing NAT behavior such as port-forwarding rules. This interface is 18033 used in the <link to="INetworkAdapter:: natDriver" /> attribute.</desc>18027 used in the <link to="INetworkAdapter::NATEngine" /> attribute.</desc> 18034 18028 <attribute name="network" type="wstring"> 18035 18029 <desc>The network attribute of the NAT engine (the same value is used with built-in … … 18041 18035 </desc> 18042 18036 </attribute> 18043 <attribute name=" tftpPrefix" type="wstring">18037 <attribute name="TFTPPrefix" type="wstring"> 18044 18038 <desc>TFTP prefix attribute which is used with the built-in DHCP server to fill 18045 18039 the corresponding fields of DHCP leases.</desc> 18046 18040 </attribute> 18047 <attribute name=" tftpBootFile" type="wstring">18041 <attribute name="TFTPBootFile" type="wstring"> 18048 18042 <desc>TFTP boot file attribute which is used with the built-in DHCP server to fill 18049 18043 the corresponding fields of DHCP leases.</desc> 18050 18044 </attribute> 18051 <attribute name=" tftpNextServer" type="wstring">18045 <attribute name="TFTPNextServer" type="wstring"> 18052 18046 <desc>TFTP server attribute which is used with the built-in DHCP server to fill 18053 18047 the corresponding fields of DHCP leases. … … 18058 18052 <desc></desc> 18059 18053 </attribute> 18060 <attribute name=" dnsPassDomain" type="boolean">18054 <attribute name="DNSPassDomain" type="boolean"> 18061 18055 <desc>Whether the DHCP server should pass the DNS domain used by the host.</desc> 18062 18056 </attribute> 18063 <attribute name=" dnsProxy" type="boolean">18057 <attribute name="DNSProxy" type="boolean"> 18064 18058 <desc>Whether the DHCP server (and the DNS traffic by NAT) should pass the address 18065 18059 of the DNS proxy and process traffic using DNS servers registered on the host.</desc> 18066 18060 </attribute> 18067 <attribute name=" dnsUseHostResolver" type="boolean">18061 <attribute name="DNSUseHostResolver" type="boolean"> 18068 18062 <desc>Whether the DHCP server (and the DNS traffic by NAT) should pass the address 18069 18063 of the DNS proxy and process traffic using the host resolver mechanism.</desc> … … 18111 18105 <desc>Protocol handled with the rule.</desc> 18112 18106 </param> 18113 <param name="hostI p" type="wstring" dir="in">18107 <param name="hostIP" type="wstring" dir="in"> 18114 18108 <desc>IP of the host interface to which the rule should apply. An empty ip address is 18115 18109 acceptable, in which case the NAT engine binds the handling socket to any interface.</desc> … … 18118 18112 <desc>The port number to listen on.</desc> 18119 18113 </param> 18120 <param name="guestI p" type="wstring" dir="in">18114 <param name="guestIP" type="wstring" dir="in"> 18121 18115 <desc>The IP address of the guest which the NAT engine will forward matching packets 18122 18116 to. An empty IP address is acceptable, in which case the NAT engine will forward … … 18609 18603 <enum 18610 18604 name="VBoxEventType" 18611 uuid=" b627520a-6b1a-4a9a-914d-f31434d3d10f"18605 uuid="0d67e79e-b7b1-4919-aab3-b36866075515" 18612 18606 > 18613 18607 … … 18842 18836 </desc> 18843 18837 </const> 18844 <const name="OnHostP ciDevicePlug" value="67">18845 <desc> 18846 See <link to="IHostP ciDevicePlugEvent">IHostPciDevicePlugEvent</link>.18838 <const name="OnHostPCIDevicePlug" value="67"> 18839 <desc> 18840 See <link to="IHostPCIDevicePlugEvent">IHostPCIDevicePlugEvent</link>. 18847 18841 </desc> 18848 18842 </const> … … 19656 19650 <interface 19657 19651 name="ICPUChangedEvent" extends="IEvent" 19658 uuid=" D0F0BECC-EE17-4D17-A8CC-383B0EB55E9D"19652 uuid="4da2dec7-71b2-4817-9a64-4ed12c17388e" 19659 19653 wsmap="managed" autogen="VBoxEvent" id="OnCPUChanged" 19660 19654 > … … 19662 19656 Notification when a CPU changes. 19663 19657 </desc> 19664 <attribute name=" cpu" type="unsigned long" readonly="yes">19658 <attribute name="CPU" type="unsigned long" readonly="yes"> 19665 19659 <desc> 19666 19660 The CPU which changed. … … 20113 20107 <interface 20114 20108 name="INATRedirectEvent" extends="IMachineEvent" 20115 uuid=" 57DE97D7-3CBB-42A0-888F-610D5832D16B"20109 uuid="24eef068-c380-4510-bc7c-19314a7352f1" 20116 20110 wsmap="managed" autogen="VBoxEvent" id="OnNATRedirect" 20117 20111 > … … 20139 20133 </desc> 20140 20134 </attribute> 20141 <attribute name="hostI p" type="wstring" readonly="yes">20135 <attribute name="hostIP" type="wstring" readonly="yes"> 20142 20136 <desc> 20143 20137 Host ip address to bind socket on. … … 20149 20143 </desc> 20150 20144 </attribute> 20151 <attribute name="guestI p" type="wstring" readonly="yes">20145 <attribute name="guestIP" type="wstring" readonly="yes"> 20152 20146 <desc> 20153 20147 Guest ip address to redirect to. … … 20162 20156 20163 20157 <interface 20164 name="IHostP ciDevicePlugEvent" extends="IMachineEvent"20158 name="IHostPCIDevicePlugEvent" extends="IMachineEvent" 20165 20159 waitable="yes" 20166 uuid=" 9cebfc27-c579-4965-8eb7-d31794cd7dcf"20167 wsmap="managed" autogen="VBoxEvent" id="OnHostP ciDevicePlug"20160 uuid="a0bad6df-d612-47d3-89d4-db3992533948" 20161 wsmap="managed" autogen="VBoxEvent" id="OnHostPCIDevicePlug" 20168 20162 > 20169 20163 <desc> 20170 20164 Notification when host PCI device is plugged/unplugged. Plugging 20171 20165 usually takes place on VM startup, unplug - when 20172 <link to="IMachine::detachHostP ciDevice"/> is called.20173 20174 <see><link to="IMachine::detachHostP ciDevice"/></see>20166 <link to="IMachine::detachHostPCIDevice"/> is called. 20167 20168 <see><link to="IMachine::detachHostPCIDevice"/></see> 20175 20169 20176 20170 </desc> … … 20189 20183 </attribute> 20190 20184 20191 <attribute name="attachment" type="IP ciDeviceAttachment" readonly="yes">20185 <attribute name="attachment" type="IPCIDeviceAttachment" readonly="yes"> 20192 20186 <desc> 20193 20187 Attachment info for this device.
Note:
See TracChangeset
for help on using the changeset viewer.