|
Electronic Load
1.0
Programmable Constant Current Sink
|
Holds the data for a screen item. More...

Data Fields | |
| control_t * | control |
| E.g. the text of a text field or the enterNumber_t of an input field. More... | |
| uint8_t | retval |
| If retval !=0 the screen terminates if the user presses enter. More... | |
Holds the data for a screen item.
This is a control-struct and a return value which is passed if the control is activated.
| control_t* control |
E.g. the text of a text field or the enterNumber_t of an input field.
| uint8_t retval |
If retval !=0 the screen terminates if the user presses enter.
1.8.15