File: ticable_set_timeout.txt

package info (click to toggle)
libticables3 3.9.6-10
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,656 kB
  • ctags: 2,184
  • sloc: ansic: 15,996; sh: 9,298; makefile: 526; yacc: 288; awk: 145; sed: 16
file content (20 lines) | stat: -rw-r--r-- 510 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Main]
Name=ticable_set_timeout
Type=Function
Header=cabl_int.h
Definition=void ticable_set_timeout(int timeout_v);

[Parameters]
timeout : the new timeout value in tenth of seconds

[Summary]
Change the timeout value for all link cables.

[Description]
The function changes the current timeout value. The change will come into effect immediately.

Note: if you need to change more than one link cable parameter at a time, you
should consider the @ticable_set_param@ function.

[See also]
@ticable_get_timeout@