AILProfinetPlcStatus

Description

Represents the state of the PROFINET controller (PLC).

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