VirtualBox Main API
Public Attributes | List of all members
IPCIDeviceAttachment Interface Reference

Information about PCI attachments. More...

Inheritance diagram for IPCIDeviceAttachment:

Public Attributes

readonly attribute wstring name
 Device name.
 
readonly attribute boolean isPhysicalDevice
 If this is physical or virtual device.
 
readonly attribute long hostAddress
 Address of device on the host, applicable only to host devices.
 
readonly attribute long guestAddress
 Address of device in the guest.
 

Detailed Description

Information about PCI attachments.

Interface ID:
{91F33D6F-E621-4F70-A77E-15F0E3C714D5}

Member Data Documentation

◆ name

readonly attribute wstring IPCIDeviceAttachment::name

Device name.

◆ isPhysicalDevice

readonly attribute boolean IPCIDeviceAttachment::isPhysicalDevice

If this is physical or virtual device.

◆ hostAddress

readonly attribute long IPCIDeviceAttachment::hostAddress

Address of device on the host, applicable only to host devices.

◆ guestAddress

readonly attribute long IPCIDeviceAttachment::guestAddress

Address of device in the guest.