Address on the PCI bus. More...
Public Member Functions | |
void | asLong ([retval] out long result) |
Convert PCI address into long. | |
void | fromLong (in long number) |
Make PCI address from long. | |
Public Attributes | |
attribute short | bus |
Bus number. | |
attribute short | device |
Device number. | |
attribute short | devFunction |
Device function number. |
Address on the PCI bus.
{D88B324F-DB19-4D3B-A1A9-BF5B127199A8}
void IPciAddress::asLong | ( | [retval] out long | result | ) |
Convert PCI address into long.
void IPciAddress::fromLong | ( | in long | number | ) |
Make PCI address from long.
attribute short IPciAddress::bus |
Bus number.
attribute short IPciAddress::device |
Device number.
attribute short IPciAddress::devFunction |
Device function number.