VirtualBox

Changeset 4269 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Aug 21, 2007 9:39:48 PM (17 years ago)
Author:
vboxsync
Message:

implemented Main functionality for serial ports

File:
1 edited

Legend:

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

    r4131 r4269  
    70067006  -->
    70077007
     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
    70087017  <interface
    70097018     name="ISerialPort" extends="$unknown"
     
    70357044    </attribute>
    70367045
    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>
    70397048    </attribute>
    70407049
    70417050    <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">
    70427055      <desc>Flag whether this serial port acts as a server or a client.</desc>
    70437056    </attribute>
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