RTPort8 Class |
An 8-bit implementation of the abstract Port class.

Assembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

The RTPort8 type exposes the following members.


Name | Description | |
---|---|---|
![]() | IsDisposed |
Returns true if the instance has been Disposed, otherwise false.
(Inherited from RTPort.) |
![]() | PortLength |
Gets the number of ports mapped during construction.
(Inherited from RTPort.) |
![]() | PortNumber |
Gets the Port address used when the instance was created.
|

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 RTPortGetPortNumber.) |
![]() | 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.
|
