Z4SightDeviceID

Description

Specifies the device number (rank) of the board.

Values of this enumeration:

  • DEFAULT - Specifies the default device (set in the MILConfig utility).
  • DEV0
  • DEV1
  • DEV2
  • DEV3
  • DEV4
  • DEV5
  • DEV6
  • DEV7
  • DEV8
  • DEV9
  • DEV10
  • DEV11
  • DEV12
  • DEV13
  • DEV14
  • DEV15

namespace Z4SightDeviceID
{
	enum Type
	{
		DEFAULT,
		DEV0,
		DEV1,
		DEV2,
		DEV3,
		DEV4,
		DEV5,
		DEV6,
		DEV7,
		DEV8,
		DEV9,
		DEV10,
		DEV11,
		DEV12,
		DEV13,
		DEV14,
		DEV15
	};
}