RTPort Class

An abstract base class for Port I/O.
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 abstract class RTPort : IDisposable

The RTPort type exposes the following members.

Constructors
NameDescription
Protected methodRTPort
Initializes the Port instance.
Top
Properties
NameDescription
Public propertyIsDisposed
Returns true if the instance has been Disposed, otherwise false.
Public propertyPortLength
Gets the number of ports mapped during construction.
Top
Methods
NameDescription
Public methodDispose
Releases all resources used by this Port.
Protected methodDispose(Boolean)
Releases all resources used by this Port.
Protected methodFinalize
Finalizes the Port instance.
(Overrides ObjectFinalize.)
Protected methodGetPortNumber
When overridden, gets the Type of the underlying port number.
Protected methodInitialize
Initializes the Port instance.
Top
See Also