BALTECH Docs |
C API for BALTECH SDK
|
Resolves all errorcodes, codes, ... More...
Go to the source code of this file.
Functions | |
BRP_LIB char * | brp_map_errcode (brp_errcode errcode) |
Retrieve name of errorcode. More... | |
BRP_LIB char * | brp_map_errcode_to_desc (brp_errcode errcode) |
Retrieve textual description of errorcode in english. More... | |
BRP_LIB char * | brp_map_errcode_to_docurl (brp_errcode errcode) |
Retrieve URL of the documentation describing the passed errcode. More... | |
BRP_LIB char * | brp_map_cmdcode (unsigned cmd_code) |
Retrieve the name of a (16bit) cmdcode as C string. More... | |
BRP_LIB char * | brp_map_cmdcode_to_docurl (unsigned cmd_code) |
Retrieve URL of the documentation describing the passed cmdcode. More... | |
Resolves all errorcodes, codes, ...
to its corresponding names, descriptions or documentation urls
Definition in file names.h.