VirtualBox

Changeset 79856 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 18, 2019 2:37:20 PM (5 years ago)
Author:
vboxsync
Message:

VirtualBox.xidl: docs for the encoding enum. bugref:9288

File:
1 edited

Legend:

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

    r79854 r79856  
    19151915      name="DHCPOptionEncoding"
    19161916      uuid="84b6d460-2838-4682-c0d6-ef5b573ef28a">
    1917     <const name="Normal" value="0"/>
    1918     <const name="Hex"    value="1"/>
     1917    <const name="Normal"                 value="0">
     1918      <desc>Value format is specific to the option and generally user friendly.</desc>
     1919    </const>
     1920    <const name="Hex"                    value="1">
     1921      <desc>Value format is a series of hex bytes (09314f3200fe), optionally colons
     1922        as byte separators (9:31:4f:32::fe).</desc>
     1923    </const>
    19191924  </enum>
    19201925
     
    19221927      name="DHCPConfigScope"
    19231928      uuid="469c42e4-b9ec-43f2-bdcb-9e9d1eb434ae">
    1924     <const name="Global"      value="0"><desc><link to="IDHCPServer::globalConfig"/></desc></const>
    1925     <const name="Group"       value="1"><desc><link to="IDHCPServer::groupConfigs"/></desc></const>
    1926     <const name="MachineNIC"  value="2"><desc><link to="IDHCPServer::individualConfigs"/></desc></const>
    1927     <const name="MAC"         value="3"><desc><link to="IDHCPServer::individualConfigs"/></desc></const>
     1929    <const name="Global"                 value="0"><desc><link to="IDHCPServer::globalConfig"/></desc></const>
     1930    <const name="Group"                  value="1"><desc><link to="IDHCPServer::groupConfigs"/></desc></const>
     1931    <const name="MachineNIC"             value="2"><desc><link to="IDHCPServer::individualConfigs"/></desc></const>
     1932    <const name="MAC"                    value="3"><desc><link to="IDHCPServer::individualConfigs"/></desc></const>
    19281933  </enum>
    19291934
Note: See TracChangeset for help on using the changeset viewer.

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