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

Copy
public class RtPort8 : RtPort

 

The RtPort8 class exposes the following members.

Constructors

 

Name Description

Public method

RtPort8

Initializes an instance of the Port8 class.

Properties

  Name Description

Public property

IsDisposed

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

(Inherited from RtPort.)

Public property

PortLength

Gets the number of ports mapped during construction.

(Inherited from RtPort.)

Public property

PortNumber

Gets the Port address used when the instance was created.

Methods

  Name Description
Public method Dispose
Releases all resources used by this Port.
(Inherited from RtPort.)
Protected method Dispose (Boolean)
Releases all resources used by this Port.
(Inherited from RtPort.)
Protected method GetPortNumber
Gets the Port address used when the instance was created.
(Overrides RtPort.GetPortNumber.)
Protected method Initialize
Initializes the Port instance.
(Inherited from RtPort.)
Public method Read
Reads the current Port value.
Public method Write (Byte)
Writes a value data to the Port.
Public method Write (Byte)
Writes a series of values to the Port.
Public method Write (Byte, Int32, Int32)
Writes a series of values to the Port, beginning at a specified offset.

See Also: