The RTPort8 type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| RTPort8 |
Initializes an instance of the Port8 class.
|
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.) | |
| (Inherited from | ||
| Finalize |
Finalizes the Port instance.
(Inherited from RTPort.) | |
Serves as a hash function for a particular type. (Inherited from | ||
| GetPortNumber |
Gets the port address used when the instance was created.
(Overrides RTPort GetPortNumber .) | |
| GetPortType |
Gets the Type of the underlying port size.
(Overrides RTPort GetPortType .) | |
Gets the (Inherited from | ||
| Initialize |
Initializes the Port instance.
(Inherited from RTPort.) | |
Creates a shallow copy of the current (Inherited from | ||
| Read |
Reads the current port value.
| |
Returns a string that represents the current object. (Inherited from | ||
| 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.
|
Properties
| 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.
|
See Also