Software Library API naibrd 1.62
See all documentation at naii.docs.com
nai.c File Reference
#include "nai.h"
#include "naibrd_config.h"

Functions

NAIFUNC const char *NAIAPI nai_GetStatusString (nai_status_t status)
 Returns the ASCII text string associated with the status code passed in.
 

Function Documentation

◆ nai_GetStatusString()

NAIFUNC const char *NAIAPI nai_GetStatusString ( nai_status_t status)

Returns the ASCII text string associated with the status code passed in.

Parameters
status: (Input) Status Code
Returns
  • ASCII text string for the status code. If an invalid status code is passed in, the ASCII string returned is NAI_ERROR_UNKNOWN.