Loading [MathJax]/extensions/tex2jax.js

MatroxEtherNetIPAssembly

Description

Represents assembly types for the EtherNet/IP protocol.

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