ConversionFunction Constructor |
Constructs a new ConversionFunction.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic ConversionFunction(
string name,
ConversionDelegate function
)
Parameters
- name
- Type: SystemString
A string name for the conversion function. (For debugging and logging.) - function
- Type: Demo3D.PLC.CommsConversionDelegate
The conversion function.
See Also