Z4SightEtherNetIPAssembly

Description

Represents assembly types for the EtherNet/IP protocol.

namespace Z4SightEtherNetIPAssembly
{
	enum Type
	{
		Config,
		Consumer,
		Producer
	};
}