RTPort8 Members IntervalZero RTX Managed Code

The RTPort8 type exposes the following members.

Constructors

NameDescription
Public methodRTPort8
Initializes an instance of the Port8 class.
Back to Top
Methods

NameDescription
Public methodDispose
Releases all resources used by this Port.
(Inherited from RTPort.)
Protected methodDispose(Boolean)
Releases all resources used by this Port.
(Inherited from RTPort.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize
Finalizes the Port instance.
(Inherited from RTPort.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Protected methodGetPortNumber
Gets the port address used when the instance was created.
(Overrides RTPort GetPortNumber .)
Protected methodGetPortType
Gets the Type of the underlying port size.
(Overrides RTPort GetPortType .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodInitialize
Initializes the Port instance.
(Inherited from RTPort.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodRead
Reads the current port value.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodWrite(Byte)
Writes a value data to the Port.
Public methodWrite( Byte )
Writes a series of values to the port.
Public methodWrite( Byte , Int32, Int32)
Writes a series of values to the port, beginning at a specified offset.
Back to Top
Properties

NameDescription
Public propertyIsDisposed
Returns true if the instance has been Disposed, otherwise false.
(Inherited from RTPort.)
Public propertyPortLength
Gets the number of ports mapped during construction.
(Inherited from RTPort.)
Public propertyPortNumber
Gets the port address used when the instance was created.
Back to Top
See Also