5.7 Reference Guide for using DLL
187
Syntax
unsigned long activate_dut(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
connect_dut
Description
This function checks whether a RF link with a DUT exists; and if not, the function will create connection and
set test mode id it is necessary
Syntax
unsigned long connect_dut(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
disconnect_dut
Description
This function checks whether a RF link with a DUT exists and if so, the function will disconnect the DUT.
Syntax
unsigned long disconnect_dut(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
create_dut_sco_link
Description
This function creates SCO link with a DUT.
Syntax
unsigned long create_dut_sco_link(unsigned short *connection_handle);
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
connection_handle // the connection handle of created SCO link
remove_dut_sco_link
Description
This function removess SCO link with a DUT.
Syntax