5.7 Reference Guide for using DLL
158
Parameter
local_ip // IP address of user PC. The size could be up to 16 bytes.
write_local_ip
Description
This function writes 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 write_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.
Parameter
local_ip // IP address of user PC. The size could be up to 16 bytes.
read_remote_ip
Description
This function reads the IP address of a remote unit. It is meaningful that the HCI transport layer of a tester is
only for TCP/IP.
Syntax
unsigned long read_remote_ip(char *remote_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.
Parameter
remote_ip // local IP address of TC-3000C. The size could be up to 16 bytes.
write_remote_ip
Description
This function writes the IP address of a remote unit. It is meaningful that the HCI transport layer of a tester is
only for TCP/IP.
Syntax
unsigned long write_remote_ip(char *remote_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.
Parameter
remote_ip // local IP address of TC-3000C. The size could be up to 16 bytes.
read_meas_to
Description
This function writes the timeout of the Measurement command execution in baseband slots (625 us). Refer
to write_meas_to for more details.
Syntax
unsigned long read_meas_to(unsigned short *meas_timeout);
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.