MatroxSystem

Description

Specifies the system..

Values of this enumeration:

  • HOST - Specifies built-in devices, such as network devices or IO cards.
  • CONCORD - Specifies Concord card IO.

namespace MatroxSystem
{
	enum Type
	{
		HOST,
		CONCORD
	};
}