Click or drag to resize

SequentialVectoredReadT Constructor

Constructs a new SequentialVectoredRead.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public SequentialVectoredRead(
	IOAsyncDelegate<T> readAsync,
	IReadOnlyList<T> requests
)

Parameters

readAsync
Type: Demo3D.PLC.CommsIOAsyncDelegateT
Read delegate.
requests
Type: System.Collections.GenericIReadOnlyListT
The requests to read.
See Also