Click or drag to resize

IDirectMemoryAccessServiceGetRequiredAddress Method

Returns the required access to the address space. The underlying protocol may require the user to access more data than addressed.

Namespace: Demo3D.PLC.Comms.Memory
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
MemoryAddress GetRequiredAddress(
	MemoryAddress address
)

Parameters

address  MemoryAddress
The address being accessed.

Return Value

MemoryAddress
The required address to access.
See Also