- Timestamp:
- Dec 15, 2008 8:51:42 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41041
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r15533 r15544 5878 5878 <const name="Ethernet" value="1"> 5879 5879 <desc> 5880 TBD. 5880 Ethernet frame encapsulation. This includes both wired and wireless 5881 Ethernet connections. 5881 5882 </desc> 5882 5883 </const> … … 5924 5925 wsmap="managed" 5925 5926 > 5927 <desc> 5928 Reprents one of host's network interfaces. IP V6 address and network 5929 mask are strings of 32 hexdecimal digits grouped by four. Groups are 5930 separated by colons. 5931 For example, fe80:0000:0000:0000:021e:c2ff:fed2:b030. 5932 </desc> 5926 5933 <attribute name="name" type="wstring" readonly="yes"> 5927 5934 <desc>Returns the host network interface name.</desc> … … 5933 5940 5934 5941 <attribute name="IPAddress" type="unsigned long" readonly="yes"> 5935 <desc>Returns the IP address of the interface.</desc>5942 <desc>Returns the IP V4 address of the interface.</desc> 5936 5943 </attribute> 5937 5944
Note:
See TracChangeset
for help on using the changeset viewer.