Represents a power level application for registration. More...
Data Fields | |
| const char * | applicationName | 
| const char * | helpHtml | 
Represents a power level application for registration.
It it used with ltrx_power_level_application_register().
Note that your struct must persist, so you will typically declare it static const. 
| const char* ltrx_power_level_application::applicationName | 
[in] Name of the application.
| const char* ltrx_power_level_application::helpHtml | 
HTML help for this application.