PCICommonConfig Structure

Encapsulates the common PCI configuration header.

Namespace:  IntervalZero.RTX64.RTAPI.IO
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public struct PCICommonConfig

The PCICommonConfig type exposes the following members.

Methods
NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodStatic memberFromBytes
De-serializes a PCICommonConfig from an array of bytes.
Public methodGetBytes
Gets the PCICommonConfig serialized as an array of bytes.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
NameDescription
Public fieldBaseAddress0
Base address 0.
Public fieldBaseAddress1
Base address 1.
Public fieldBaseAddress2
Base address 2.
Public fieldBaseAddress3
Base address 3.
Public fieldBaseAddress4
Base address 4.
Public fieldBaseAddress5
Base address 5.
Public fieldBaseClass
Base class.
Public fieldBIST
Built-in self test.
Public fieldCacheLineSize
Cache line size.
Public fieldCIS
CIS.
Public fieldCommand
PCI Command.
Public fieldDeviceID
Device ID.
Public fieldDeviceSpecific
Device-specific value.
Public fieldHeaderType
PCI header type.
Public fieldInterruptLine
Interrupt line.
Public fieldInterruptPin
Interrupt pin (read-only).
Public fieldStatic memberInvalidVendorID
Invalid vendor ID.
Public fieldLatencyTimer
Latency timer.
Public fieldMaximumLatency
Minimum latency (read-only).
Public fieldMinimumGrant
Maximum grant (read-only).
Public fieldProgIf
ProgIF.
Public fieldReserved1
Reserved.
Public fieldReserved2
Reserved.
Public fieldRevisionID
Revision ID.
Public fieldROMBaseAddress
ROM base address.
Public fieldStatus
Bus status.
Public fieldSubClass
Subclass.
Public fieldSubSystemID
Subsystem ID.
Public fieldSubVendorID
Sub-vendor ID.
Public fieldVendorID
Vendor ID.
Top
See Also