Sha256: 7833f42afb91d29826d084a19ff55aa595e5e1c1e95a0ee22499cc01771ead92

Contents?: true

Size: 492 Bytes

Versions: 3

Compression:

Stored size: 492 Bytes

Contents

module VirtualBox
  module COM
    module Interface
      module Version_4_1_X
        class SerialPort < AbstractInterface
          IID = "937f6970-5103-4745-b78e-d28dcf1479a8"

          property :slot, T_UINT32, :readonly => true
          property :enabled, T_BOOL
          property :io_base, T_UINT32
          property :irq, T_UINT32
          property :host_mode, :PortMode
          property :server, T_BOOL
          property :path, WSTRING
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
virtualbox-0.9.2 lib/virtualbox/com/interface/4.1.x/SerialPort.rb
virtualbox-0.9.1 lib/virtualbox/com/interface/4.1.x/SerialPort.rb
virtualbox-0.9.0 lib/virtualbox/com/interface/4.1.x/SerialPort.rb