IDirectMemoryAccessServiceGetPreferredAddress Method |
Returns the preferred access to the address space.
The underlying protocol may prefer the user to access more data than addressed.
Namespace: Demo3D.PLC.Comms.MemoryAssembly: PLC (in PLC.dll) Version: 19.00.00
SyntaxMemoryAddress GetPreferredAddress(
MemoryAddress address
)
Parameters
- address MemoryAddress
- The address being accessed.
Return Value
MemoryAddressThe preferred address to access.
See Also