RtPort8 Class
An 8-bit implementation of the abstract Port class.
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 class RtPort8 : RtPort
The RtPort8 class exposes the following members.
Constructors
|
|
Name | Description |
|---|---|---|
|
|
Initializes an instance of the Port8 class. |
Properties
| Name | Description | |
|---|---|---|
|
|
Returns true if the instance has been Disposed, otherwise false. (Inherited from RtPort.) |
|
|
|
Gets the number of ports mapped during construction. (Inherited from RtPort.) |
|
|
|
Gets the Port address used when the instance was created. |
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose |
Releases all resources used by this Port.
(Inherited from RtPort.) |
|
|
Dispose (Boolean) |
Releases all resources used by this Port.
(Inherited from RtPort.) |
|
|
GetPortNumber |
Gets the Port address used when the instance was created.
(Overrides RtPort.GetPortNumber.) |
|
|
Initialize |
Initializes the Port instance.
(Inherited from RtPort.) |
|
|
Read |
Reads the current Port value.
|
|
|
Write (Byte) |
Writes a value data to the Port.
|
|
|
Write (Byte) |
Writes a series of values to the Port.
|
|
|
Write (Byte, Int32, Int32) |
Writes a series of values to the Port, beginning at a specified offset.
|
See Also: