MatroxProfinetPlcStatus

Description

Represents the state of the PROFINET controller (PLC).

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