5.7 Reference Guide for using DLL
157
5.7 Reference Guide for using DLL
5.7.1 General Function
read_dll_version_string
Description
This function reads version of “blueyes.dll” file.
Syntax
unsigned long read_dll_version_string(char *dll_vers);
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
dll_vers // the whole version of “blueyes.dll” file
5.7.2 Tester Configuration
read_tester_serial_number
Description
This function reads serial number of TC-3000C.
Syntax
unsigned long read_tester_serial_number (char *serial_number);
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
serial_number // serial number of TC-3000C bluetooth tester.
read_local_ip
Description
This function reads the IP address of a local unit. It is meaningful that the HCI transport layer of a tester is
only for TCP/IP.
Syntax
unsigned long read_local_ip(char *local_ip);
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.
The version derived from “blueyes.dll” file must be the same with firmware version
of TC-3000C.