Bluetooth® Sample Application Programmer's Reference
|
UI Message
Presentation
Functions | |
char * | _UI_MsgStrGet (int id) |
Function Documentation
char* _UI_MsgStrGet | ( | int | id | ) |
Returns the string specified using the language library
- Parameters
-
[in] id The identifier of the string to be retrieved.
- Returns
- NULL when the specified identifier is not found in the list.
- Pointer to the string corresponding to the message identifier.
Enumeration Type Documentation
enum UI_MsgID_t |
Indices to the predefined string messages list of the application. This indices must be used when calling _UI_MsgStrGet(). Note that whatever is defined here, must be defined in the message list.
