RtPort Class

An abstract base class for Port I/O.

Inheritance Hierarchy

System.Object
  IntervalZero.MaxRT.wRTOS.RtApi.IO.RtPort
    IntervalZero.MaxRT.wRTOS.RtApi.IO.RtPort8

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

Syntax

Copy
public abstract class RtPort : IDisposable

 

The RtPort class exposes the following members.

Constructors

 

Name Description

Public method

RtPort

Initializes the Port instance.

Properties

  Name Description

Public property

IsDisposed

Returns true if the instance has been Disposed, otherwise false.

Public property

PortLength

Gets the number of ports mapped during construction.

Methods

  Name Description

Public method

Dispose

Releases all resources used by this Port.

Protected method

Dispose (Boolean)

Releases all resources used by this Port.

Protected method

Finalize

Finalizes the Port instance.

(Overrides Object.Finalize.)

Protected method

GetPortNumber

When overridden, gets the Type of the underlying port number.

Protected method

Initialize

Initializes the Port instance.

See Also: