Changeset 4269 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Aug 21, 2007 9:39:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r4131 r4269 7006 7006 --> 7007 7007 7008 <enum 7009 name="SerialHostMode" 7010 uuid="5ac6ae50-30d4-4c89-8f9c-35b4500a5b9f" 7011 > 7012 <const name="Disconnected" value="0"/> 7013 <const name="HostPipe" value="1"/> 7014 <const name="HostDevice" value="2"/> 7015 </enum> 7016 7008 7017 <interface 7009 7018 name="ISerialPort" extends="$unknown" … … 7035 7044 </attribute> 7036 7045 7037 <attribute name=" pipe" type="wstring">7038 <desc> Gets the name of the host pipe connected to the serial port.</desc>7046 <attribute name="HostMode" type="SerialHostMode"> 7047 <desc>How is this port connected to the host.</desc> 7039 7048 </attribute> 7040 7049 7041 7050 <attribute name="server" type="boolean"> 7051 <desc>Flag whether this serial port acts as a server or a client.</desc> 7052 </attribute> 7053 7054 <attribute name="path" type="wstring"> 7042 7055 <desc>Flag whether this serial port acts as a server or a client.</desc> 7043 7056 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.