MemoryAccessGetPreferredAddress 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.Memory
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic virtual MemoryAddress GetPreferredAddress(
MemoryAddress address
)
Parameters
- address
- Type: Demo3D.PLC.CommsMemoryAddress
The address being accessed.
Return Value
Type:
MemoryAddressThe preferred address to access.
See Also