RtPCISlot Class

Encapsulates a PCI Slot number.

Inheritance Hierarchy

System.Object
  IntervalZero.MaxRT.wRTOS.RtApi.IO.RtPCISlot

Namespace:  IntervalZero.MaxRT.wRTOS.RtApi.IO
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public class RtPCISlot

 

The RtPCISlot class exposes the following members.

Constructors

 

Name Description

Public method

RtPCISlot

Initializes a PCISlot instance.

Properties

  Name Description

Public property

DeviceNumber

The PCI device number.

Public property

FunctionNumber

The PCI function number.

Methods

  Name Description

Public method

AsInt

Bitwise combines the device and function to create a Slot integer.

Fields

  Name Description

Public field Static member

MaxDevice

Maximum device number allowed.

Public field Static member

MaxFunction

Maximum function value allowed.

See Also: