Click or drag to resize

IMemoryServiceInternalReadV Method

Vectored read request.

Namespace:  Demo3D.PLC.Comms.Memory
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
VectoredRequests InternalReadV(
	IReadOnlyList<VectoredMemoryAccess> requests
)

Parameters

requests
Type: System.Collections.GenericIReadOnlyListVectoredMemoryAccess
List of requests.

Return Value

Type: VectoredRequests
A class for executing the defined requests, or null to use Read/ReadAsync instead.
See Also