IAddressTranslatorServiceUnregisterMap Method (FuncIAddress, IAddress) |
Unregister an address mapping function.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxvoid UnregisterMap(
Func<IAddress, IAddress> mappingFunction
)
Parameters
- mappingFunction
- Type: SystemFuncIAddress, IAddress
The mapping function to unregister.
See Also