Click or drag to resize

IAddressTranslatorServiceUnregisterMap(FuncIAddress, IAddress) Method

Unregister an address mapping function.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
void UnregisterMap(
	Func<IAddress, IAddress?> mappingFunction
)

Parameters

mappingFunction  FuncIAddress, IAddress
The mapping function to unregister.
See Also