Click or drag to resize

IDirectMemoryAccessServiceInternalWriteV Method

Vectored block write to the peer.

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

Parameters

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

Return Value

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