SequentialVectoredWriteT Class |
Namespace: Demo3D.PLC.Comms
public class SequentialVectoredWrite<T> : VectoredRequests where T : VectoredRequest
The SequentialVectoredWriteT type exposes the following members.
| Name | Description | |
|---|---|---|
| SequentialVectoredWriteT |
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(Boolean, Object) |
Executes a vectored request.
(Inherited from VectoredRequests.) | |
| ExecuteAsync(Boolean, IOAsyncDelegateT, IReadOnlyListT, Object) |
A helper method for implementing WriteV.
| |
| 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.
(Overrides VectoredRequestsInternalExecuteAsync(Boolean, Object).) |