PCICommand Enumeration

Represents the possible values contained in the device’s command register.

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

Syntax
[FlagsAttribute]
public enum PCICommand
Members
Member nameValueDescription
EnableIOSpace1 Enable IO Space.
EnableMemorySpace2 Enable Memory space.
EnableBusMaster4 Enable Bus Mastering.
EnableSpecialCycles8 Enable spaceial cycles.
EnableWriteAndValidate16 Enable write and validate.
EnableVGACompatiblePalette32 Enable VGA compatible palette.
EnableParity64 Enable parity.
EnableWaitCycle128 Enable wait cycle.
EnableSErr256 Enable system error.
EnableFastBackToBack512 Enable fast back-to-back.
See Also