ANSI C UA Server SDK  1.5.1.313
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
UaBaseStatusCode

Functions

const char * UaBase_StatusCode_ToString (OpcUa_StatusCode uStatus)
 Returns the error message string for the given status code. More...
 

Detailed Description

Function Documentation

const char* UaBase_StatusCode_ToString ( OpcUa_StatusCode  uStatus)

Returns the error message string for the given status code.

Parameters
uStatusOPC UA Status Code.
Returns
A pointer the the status code message if found. This function returns NULL if the given statuscode was not found.