Z4SightProfinetPlcMode

Description

Represents the mode of the PROFINET controller (PLC).

namespace Z4SightProfinetPlcMode
{
	enum Type
	{
		Unknown,
		Backup,
		Primary
	};
}