PORT_GetResultString() function
* Function PORT_GetResultString * Description This function returns the human-readable string for a given * result code. * Returns a pointer to the human-readable string for the given * result. Note that the string returned must not be freed.
Syntax
extern const char *PORT_GetResultString (const uint8_t result_code);