[Main]
Name=ticable_get_default_param
Type=Function
Header=cabl_int.h
Definition=int ticable_get_default_param(@TicableLinkParam@ *lp);

[Parameters]
lp : the default link parameters.

[Summary]
Returns the default link parameters used by library.

[Description]
This function fills the lp structure with the best settings according to the platform type:
<br>- link_type : TI's GrayLink
<br>- port : COM2
<br>- timeout : 15/10 s
<br>- delay : 10s
<br>- baud_rate : 9600 bauds
<br>- io_addr : auto-detected
<br>- device : auto-detected
<br>- hfc : on
<br>- I/O method : automatic
<br>

[See also]
@ticable_set_param@, @ticable_get_param@