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
public abstract class RtPort : IDisposable
The RtPort class exposes the following members.
Constructors
|
|
Name | Description |
|---|---|---|
|
|
Initializes the Port instance. |
Properties
| Name | Description | |
|---|---|---|
|
|
Returns true if the instance has been Disposed, otherwise false. |
|
|
|
Gets the number of ports mapped during construction. |
Methods
| Name | Description | |
|---|---|---|
|
|
Releases all resources used by this Port. |
|
|
|
Releases all resources used by this Port. |
|
|
|
Finalize |
Finalizes the Port instance. (Overrides Object.Finalize.) |
|
|
When overridden, gets the Type of the underlying port number. |
|
|
|
Initializes the Port instance. |
See Also: