'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Type th_action_enum

odtone::mih::th_action_enum

Synopsis

// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/link.hpp>



enum th_action_enum { th_action_normal =  0, th_action_one_shot =  1, 
                      th_action_cancel =  2 };

Description

TH_ACTION data type enumeration.

th_action_normal

Set normal threshold.

th_action_one_shot

Set one-shot threshold.

th_action_cancel

Cancel threshold.


PrevUpHomeNext