XIMEAGPIState

Description

Possible states of General Purpose Input ports.

namespace XIMEAGPIState
{
	enum Type
	{
		SetInputExternalEvent,
		SetTriggerInput,
		SetInputOff
	};
}