RTPCISlot Class

Encapsulates a PCI Slot number.
Inheritance Hierarchy
SystemObject
  IntervalZero.RTX64.RTAPI.IORTPCISlot

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

Syntax
public class RTPCISlot

The RTPCISlot type exposes the following members.

Constructors
NameDescription
Public methodRTPCISlot
Initializes a PCISlot instance.
Top
Properties
NameDescription
Public propertyDeviceNumber
The PCI device number.
Public propertyFunctionNumber
The PCI function number.
Top
Methods
NameDescription
Public methodAsInt
Bitwise combines the device and function to create a Slot integer.
Top
Fields
NameDescription
Public fieldStatic memberMaxDevice
Maximum device number allowed.
Public fieldStatic memberMaxFunction
Maximum function value allowed.
Top
See Also