Sha256: a25c8feb1be67da875d1c0f3a152663037fc41ec7ded3c013c0a50cb563a4486

Contents?: true

Size: 477 Bytes

Versions: 3

Compression:

Stored size: 477 Bytes

Contents

module VirtualBox
  module COM
    module Interface
      module Version_4_1_X
        class PciDeviceAttachment < AbstractInterface
          IID_STR = "91F33D6F-E621-4F70-A77E-15F0E3C714D5"

          property :name, WSTRING, :readonly => true
          property :is_physical_device, T_BOOL, :readonly => true
          property :host_address, T_UINT32, :readonly => true
          property :guest_address, T_UINT32, :readonly => true
        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/PciDeviceAttachment.rb
virtualbox-0.9.1 lib/virtualbox/com/interface/4.1.x/PciDeviceAttachment.rb
virtualbox-0.9.0 lib/virtualbox/com/interface/4.1.x/PciDeviceAttachment.rb