IAddressTranslatorServiceUnregisterMap(Type, Type) Method |
Unregister an address mapping function.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxvoid 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