swu_result_to_string()

Return a string representation of an swu_result_t constant

Synopsis:

#include <swu/Common.h>
 
const char* swu_result_to_string( swu_result_t result )

Arguments:

result
The swu_result_t code whose string representation is requested by the caller.

Library:

libswu-core

Use the -l swu-core option with qcc to link against the SWU library. This library is usually included automatically.

Description:

Return a null-terminated string representation of the specified swu_result_t enumeration constant. This constant refers to one of many possible outcomes from an API call.

Returns:

A string version of the specified API call outcome.