5.7 Reference Guide for using DLL
201
power[79] // channel's power data
BB Test Cases
bb_tc
Description
This function executes Baseband test cases as batch process.
Syntax
unsigned long bb_tc(void);
Return Value
The return value of this function will be zero if the function is successful. Otherwise, the return value will be
an error code.
Parameter
void
Error Check
errorcode_2_str
Description
Every API function returns an error code after execution. If the function succeeds, the error code is equal to
zero. When a API function fails, the error code is returned to indicate the reason for the error. This function
can be used to check the error with the pertinent description.
Syntax
unsigned long errorcode_2_str(unsigned long error, char *str );
Return Value
The return value of this function will be zero if the function is successful. Otherwise, the return value will be
an error code.
Parameter
Error // error code
Str // error code description, recommended size : 128 bytes.