IDirectMemoryAccessServiceInternalReadV Method |
Vectored block read to the peer.
Namespace:
Demo3D.PLC.Comms.Memory
Assembly:
PLC (in PLC.dll) Version: 18.04.00
SyntaxVectoredRequests InternalReadV(
IReadOnlyList<VectoredMemoryRequest> requests
)
Parameters
- requests
- Type: System.Collections.GenericIReadOnlyListVectoredMemoryRequest
List of individual read requests.
Return Value
Type:
VectoredRequestsA class for executing the defined requests, or null to use Read instead.
See Also