RTPort8 Class

An 8-bit implementation of the abstract Port class.
Inheritance Hierarchy
SystemObject
  IntervalZero.RTX64.RTAPI.IORTPort
    IntervalZero.RTX64.RTAPI.IORTPort8

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 RTPort8 : RTPort

The RTPort8 type exposes the following members.

Constructors
NameDescription
Public methodRTPort8
Initializes an instance of the Port8 class.
Top
Properties
NameDescription
Public propertyIsDisposed
Returns true if the instance has been Disposed, otherwise false.
(Inherited from RTPort.)
Public propertyPortLength
Gets the number of ports mapped during construction.
(Inherited from RTPort.)
Public propertyPortNumber
Gets the Port address used when the instance was created.
Top
Methods
See Also