Click or drag to resize

SequentialVectoredRead Class

Inheritance Hierarchy
SystemObject
  Demo3D.PLC.CommsVectoredRequests
    Demo3D.PLC.CommsSequentialVectoredReadVectoredMemoryRequest
      Demo3D.PLC.Comms.MemorySequentialVectoredRead

Namespace:  Demo3D.PLC.Comms.Memory
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public class SequentialVectoredRead : SequentialVectoredRead<VectoredMemoryRequest>

The SequentialVectoredRead type exposes the following members.

Constructors
  NameDescription
Public methodSequentialVectoredRead
Constructs a new SequentialVectoredRead.
Top
Properties
  NameDescription
Public propertyCount
Number of requests in the vector.
(Inherited from VectoredRequests.)
Top
Methods
  NameDescription
Public methodExecute
Executes a vectored request.
(Inherited from VectoredRequests.)
Public methodExecuteAsync
Executes a vectored request.
(Inherited from VectoredRequests.)
Public methodGetSignal
Returns a signal that represents all the signals in the request. The signal is Disposed automatically when Execute returns.
(Inherited from VectoredRequests.)
Protected methodInternalExecuteAsync
Executes a vectored request.
(Inherited from SequentialVectoredReadT.)
Top
See Also