Click or drag to resize

MemoryServiceWriteV Method

Vectored write request.

Namespace: Demo3D.PLC.Comms.Memory
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public static VectoredRequests WriteV(
	this IMemoryService service,
	IReadOnlyList<VectoredMemoryAccess> requests
)

Parameters

service  IMemoryService
The memory service.
requests  IReadOnlyListVectoredMemoryAccess
List of requests.

Return Value

VectoredRequests
A class for executing the defined requests.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IMemoryService. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also