Click or drag to resize

IAddressTranslatorServiceUnregisterMap(Type, Type) Method

Unregister an address mapping function.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
void UnregisterMap(
	Type from,
	Type to
)

Parameters

from  Type
The type of data to map.
to  Type
The type of data that this mapping function creates.
See Also