VimbaTriggerActivation
Description
Specifies the activation mode of the trigger.
namespace VimbaTriggerActivation
{
enum Type
{
FallingEdge,
RisingEdge
};
}
Specifies the activation mode of the trigger.
namespace VimbaTriggerActivation
{
enum Type
{
FallingEdge,
RisingEdge
};
}