SequentialVectoredWrite Class |
Namespace: Demo3D.PLC.Comms.Memory
public class SequentialVectoredWrite : SequentialVectoredWrite<VectoredMemoryRequest>
The SequentialVectoredWrite type exposes the following members.
| Name | Description | |
|---|---|---|
| SequentialVectoredWrite |
Constructs a new VectoredWrite.
|
| Name | Description | |
|---|---|---|
| Count |
Number of requests in the vector.
(Inherited from VectoredRequests.) |
| Name | Description | |
|---|---|---|
| Execute |
Executes a vectored request.
(Inherited from VectoredRequests.) | |
| ExecuteAsync |
Executes a vectored request.
(Inherited from VectoredRequests.) | |
| GetSignal |
Returns a signal that represents all the signals in the request.
The signal is Disposed automatically when Execute returns.
(Inherited from VectoredRequests.) | |
| InternalExecuteAsync |
Executes a vectored request.
(Inherited from SequentialVectoredWriteT.) |