5.7 Reference Guide for using DLL
169
// Inquiry Time = inquiry_to * 1.28 sec
write_tester_inquiry_to
Description
This function writes the Inquiry timeout of a tester.
Syntax
unsigned long write_tester_inquiry_to (unsigned char inquiry_to);
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
inquiry_to // Maximum amount of time specified before the Inquiry is halted.
// Inquiry Time = inquiry_to * 1.28 sec
read_tester_num_resp
Description
This function reads the maximum number of responses from the Inquiry of a tester before the Inquiry is
halted.
Syntax
unsigned long read_tester_num_resp (unsigned char *num_resp);
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
num_resp
write_tester_num_resp
Description
This function writes the maximum number of responses from the Inquiry of a tester before the Inquiry is
halted.
Syntax
unsigned long write_tester_num_resp(unsigned char num_resp);
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
num_resp
read_tester_page_to
Description
This function reads the page timeout of a tester. Refer to write_tester_page_to for more details.
Syntax
unsigned long read_tester_page_to (unsigned short *page_to);
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