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