|
Bluetooth® Sample Application Programmer's Reference
|
_UI_Prompt_t Struct Reference
Data Fields | |
| UI_PromptIdx_t | promptID |
| Prompt ID as defined in UI_PromptIdx_t. More... | |
| int | title |
| Index of the string in the message list to appear as title of the message dialog. More... | |
| int | promptMsg |
| Index of the string in the message list to appear as prompt message of the message dialog. More... | |
| int | timeout |
| Duration in milliseccnds for the prompt message to be displayed. More... | |
| struct _UI_Prompt_t::options_s | options |
Detailed Description
Prompt message structure
Field Documentation
| UI_PromptIdx_t _UI_Prompt_t::promptID |
Prompt ID as defined in UI_PromptIdx_t.
| int _UI_Prompt_t::title |
Index of the string in the message list to appear as title of the message dialog.
| int _UI_Prompt_t::promptMsg |
Index of the string in the message list to appear as prompt message of the message dialog.
| int _UI_Prompt_t::timeout |
Duration in milliseccnds for the prompt message to be displayed.
| struct _UI_Prompt_t::options_s _UI_Prompt_t::options |
The documentation for this struct was generated from the following file: