Click or drag to resize

SequentialVectoredWrite Class

Inheritance Hierarchy
SystemObject
  Demo3D.PLC.CommsVectoredRequests
    Demo3D.PLC.CommsSequentialVectoredWriteVectoredMemoryRequest
      Demo3D.PLC.Comms.MemorySequentialVectoredWrite

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

The SequentialVectoredWrite type exposes the following members.

Constructors
  NameDescription
Public methodSequentialVectoredWrite
Constructs a new VectoredWrite.
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 SequentialVectoredWriteT.)
Top
See Also