EasyManua.ls Logo

Tescom TC-3000C - Page 179

Default Icon
255 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
5.7 Reference Guide for using DLL
179
Syntax
unsigned long open_remote_hci_tl(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
close_remote_hci_tl
Description
This function closes remote HCI transport layer of DUT.
Syntax
unsigned long close_remote_hci_tl(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
dut_close
Description
This function calls the dut_detach() function and frees memory allocated for DUT structure during remote
control operations.
Syntax
unsigned long dut_close(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
dut_detach
Description
This function detaches the DUT from local link manager. That is to say, if a baseband link with the DUT exists,
then this function disconnects the DUT. Also the function closes HCI transport layer (if it exists) for the DUT.
Syntax
unsigned long dut_detach(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.
NOTE
Normally the function should be called at the end of the remote control program.
For GUI applications call of the function should be added to a destructor of the
main object

Table of Contents

Related product manuals