You are here: Start » AVL.NET » GenActivationMode Enumeration
GenActivationMode Enumeration
Specifies how Genicam command execution filters reacts on activation input.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Members
| Member name | Description |
|---|---|
| OnAnyEdge | Executes command every time when value on activation input changes. |
| OnFallingEdge | Executes command when value on activation input changes from True to False. |
| OnRisingEdge | Executes command when value on activation input changes from False to True. |
| WhenFalse | Executes command when value on activation input is equal False. |
| WhenTrue | Executes command when value on activation input is equal True. |
