File: ticable_set_method.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 (28 lines) | stat: -rw-r--r-- 707 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
21
22
23
24
25
26
27
28
[Main]
Name=ticable_set_method
Type=Function
Header=cabl_int.h
Definition=void ticable_set_method(@TicableMethod@ method)

[Parameters]
method : the abtract I/O method to use.

[Summary]
Set the I/O method to use.

[Description]
Specify which I/O method the ticable library must use. It can be one of the
following method:
<br>- automatic
<br>- internal assembly routines
<br>- Direct Control Block routines (serial port access under Win32)
<br>- driver 
<br>- the OS' API

The change will come into effect on the next call to @ticable_set_cable@.

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_method