UA ANSI C Server Professional  1.4.0.285
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
UaServerStatusCode

Functions

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

Detailed Description

Function Documentation

const char* UaServer_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.