OmronTriggerActivation

Description

Specifies the activation mode of the trigger.

namespace OmronTriggerActivation
{
	enum Type
	{
		RisingEdge,
		FallingEdge
	};
}