Click or drag to resize

IAddressTranslatorServiceUnregisterMap Method (Type, Type)

Unregister an address mapping function.

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

Parameters

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