48 ERROR_HOME_BUTTON = 10,
59 errorScreenFlag upperScreenFlag;
65 errorReturnCode returnCode;
CFG_Language
Configuration language values.
Definition: cfgu.h:22
errorType
Definition: error.h:18
@ ERROR_TYPE_EULA_DRAW_ONLY
Use prohibited.
Definition: error.h:23
@ ERROR_EULA_LANGUAGE
Displays EULA in a specified language.
Definition: error.h:27
@ ERROR_TEXT_WORD_WRAP
Displays the custom error message passed to this applet with automatic line wrapping.
Definition: error.h:28
@ ERROR_TYPE_EULA_FIRST_BOOT
Use prohibited.
Definition: error.h:22
@ ERROR_EULA
Displays the EULA.
Definition: error.h:21
@ ERROR_TEXT_LANGUAGE_WORD_WRAP
Displays the custom error message with automatic line wrapping and in the specified language.
Definition: error.h:29
@ ERROR_TYPE_AGREE
Use prohibited.
Definition: error.h:24
@ ERROR_CODE_LANGUAGE
Displays a network error message in a specified language.
Definition: error.h:25
@ ERROR_TEXT
Displays text passed to this applet.
Definition: error.h:20
@ ERROR_TEXT_LANGUAGE
Displays text passed to this applet in a specified language.
Definition: error.h:26
@ ERROR_CODE
Displays the infrastructure communications-related error message corresponding to the error code.
Definition: error.h:19
@ ERROR_WORD_WRAP_FLAG
??-Unknown flag
Definition: error.h:11
@ ERROR_LANGUAGE_FLAG
??-Unknown flag
Definition: error.h:10
void errorInit(errorConf *err, errorType type, CFG_Language lang)
Init the error applet.
void errorDisp(errorConf *err)
Displays the error applet.
void errorText(errorConf *err, const char *text)
Sets error text to display.
void errorCode(errorConf *err, int error)
Sets error code to display.
uint16_t u16
16-bit unsigned integer
Definition: types.h:22