BRP_LIB char * brp_map_errcode(brp_errcode errcode)
Retrieve name of errorcode.
Contains all possible error codes that could be returned by BRP library.
unsigned int brp_errcode
This type is used library-wide for passing error codes in the return value of functions.
BRP_LIB char * brp_map_cmdcode_to_docurl(unsigned cmd_code)
Retrieve URL of the documentation describing the passed cmdcode.
BRP_LIB char * brp_map_cmdcode(unsigned cmd_code)
Retrieve the name of a (16bit) cmdcode as C string.
BRP_LIB char * brp_map_errcode_to_docurl(brp_errcode errcode)
Retrieve URL of the documentation describing the passed errcode.
Contains the basic defines that are required throughout the BRP library.
BRP_LIB char * brp_map_errcode_to_desc(brp_errcode errcode)
Retrieve textual description of errorcode in english.