llkStatusDescription
Description
Returns the const char*
description for the requested Status Codes
Syntax
llkStatusDescription
const char* LLK_API llkStatusDescription(LLKStatus status);
Param | Description |
---|---|
status | LLKStatus enum value |
Note
If the requested parameter is not found in the LLKStatus enumeration, the function returns "Unknown".
Version history
- Added in version
1.0.0