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