IPlcRelocatable Interface

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll

Defines mechanism to relocate a PLC entity using different relative offsets and absolute PlcAddress information.

C#

public interface IPlcRelocatable
Name Description
Relocate(Int32) Relocates the IPlcRelocatable using the specified offset.
Relocate(Int32, Int32) Relocates the IPlcRelocatable using the specified offset.
Relocate(Int32, Int32, Int32) Relocates the IPlcRelocatable using the specified offset.
Relocate(PlcAddress) Relocates the IPlcRelocatable using the specified address.