|
API C#
|
This class encapsulate and represent informations about a Button event. From that class, you can configure a button's set of functionnality. The actual version cover all those action: a click, a double click, holding for 1 second, holding for 2 seconds, holding for 3 seconds, holding for 4 seconds and holding the button down. More...
Public Member Functions | |
| CButtonsEvents () | |
| Initializes a new instance of the CButtonsEvents class. More... | |
| CButtonsEvents (CJacoStructures.ControlFunctionnalityValues value) | |
| Initializes a new instance of the CButtonsEvents class assigning value to all functionnalities. More... | |
| void | init () |
| Inits all the events with NoFunctionnality. More... | |
| void | init (CJacoStructures.ControlFunctionnalityValues value) |
| Inits all the events with value. More... | |
Properties | |
| CJacoStructures.ControlFunctionnalityValues | OneClick [get, set] |
| Gets or sets the one click. More... | |
| CJacoStructures.ControlFunctionnalityValues | TwoClick [get, set] |
| Gets or sets the two click. More... | |
| CJacoStructures.ControlFunctionnalityValues | HoldOneSec [get, set] |
| Gets or sets the hold one sec. More... | |
| CJacoStructures.ControlFunctionnalityValues | HoldTwoSec [get, set] |
| Gets or sets the hold two sec. More... | |
| CJacoStructures.ControlFunctionnalityValues | HoldThreeSec [get, set] |
| Gets or sets the hold three sec. More... | |
| CJacoStructures.ControlFunctionnalityValues | HoldFourSec [get, set] |
| Gets or sets the hold four sec. More... | |
| CJacoStructures.ControlFunctionnalityValues | HoldDown [get, set] |
| Gets or sets the hold down. More... | |
This class encapsulate and represent informations about a Button event. From that class, you can configure a button's set of functionnality. The actual version cover all those action: a click, a double click, holding for 1 second, holding for 2 seconds, holding for 3 seconds, holding for 4 seconds and holding the button down.
| Kinova.DLL.Data.Jaco.Config.CButtonsEvents.CButtonsEvents | ( | ) |
Initializes a new instance of the CButtonsEvents class.
| Kinova.DLL.Data.Jaco.Config.CButtonsEvents.CButtonsEvents | ( | CJacoStructures.ControlFunctionnalityValues | value | ) |
Initializes a new instance of the CButtonsEvents class assigning value to all functionnalities.
| void Kinova.DLL.Data.Jaco.Config.CButtonsEvents.init | ( | ) |
Inits all the events with NoFunctionnality.
| void Kinova.DLL.Data.Jaco.Config.CButtonsEvents.init | ( | CJacoStructures.ControlFunctionnalityValues | value | ) |
Inits all the events with value.
| value | The value. |
|
getset |
Gets or sets the hold down.
The hold down.
|
getset |
Gets or sets the hold four sec.
The hold four sec.
|
getset |
Gets or sets the hold one sec.
The hold one sec.
|
getset |
Gets or sets the hold three sec.
The hold three sec.
|
getset |
Gets or sets the hold two sec.
The hold two sec.
|
getset |
Gets or sets the one click.
The one click.
|
getset |
Gets or sets the two click.
The two click.