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