Bluetooth® Sample Application Programmer's Reference: Exported Functions

Bluetooth

Bluetooth® Sample Application Programmer's Reference

Presentation

List of functions exported by ERR

Functions

ERR_Error_tERR_PromptElemGet (int errID)
 
UI_PromptIdx_t ERR_PromptIDGet (ERR_Error_t *error)
 

Function Documentation

ERR_Error_t* ERR_PromptElemGet ( int  errID)

Retrieves the specific error details. If the specified error identifier is not found in the error list it will return a pointer that says undefined error.

Parameters
[in]errIDThe identifier of the error. See error identifiers.
Returns
  • Pointer to an error definition in the list.
UI_PromptIdx_t ERR_PromptIDGet ( ERR_Error_t error)

Returns the error message description specified by error. This function requires calling the function ERR_PromptElemGet().

Parameters
[in]errorPointer to the variable obtained using ERR_PromptElemGet().
Returns
Prompt index as defined in UI_PromptIdx_t;

Ingenico