Click or drag to resize

IAddressTranslatorServiceUnregisterMap Method (FuncIAddress, IAddress)

Unregister an address mapping function.

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

Parameters

mappingFunction
Type: SystemFuncIAddress, IAddress
The mapping function to unregister.
See Also