IPlcManagerStart Method

Starts PLC manager. This method should block until all manager threads are successfully started. This method shoud not log any information or error, it should throw an exception. Debug log can be used.

Definition

Namespace: OddPrg.Communication.Plc
Assembly: OddPrg.Communication.Plc (in OddPrg.Communication.Plc.dll) Version: 1.0.0.0 (1.0.0.0)
C#
void Start(
	PlcSetup setup,
	IPlcHeadEnd plcInterface
)

Parameters

setup  PlcSetup
plcInterface  IPlcHeadEnd

See Also