Z4SightProfinetPlcStatus

Description

Represents the state of the PROFINET controller (PLC).

namespace Z4SightProfinetPlcStatus
{
	enum Type
	{
		Unknown,
		Run,
		Stop
	};
}