Click or drag to resize

IDirectMemoryAccessServiceInternalReadV Method

Vectored block read to the peer.

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

Parameters

requests
Type: System.Collections.GenericIReadOnlyListVectoredMemoryRequest
List of individual read requests.

Return Value

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