File: TicableMethod.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 (19 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Main]
Name=TicableMethod
Type=Enum
Header=cabl_def.h
Definition=enum TicableMethod

[Fields]
IOM_AUTO : automatic I/O method (probing).
IOM_ASM : internal assembly routines.
IOM_DCB : Direct Control Block routines (Win32 API).
IOM_DRV : driver routines.
IOM_API : API routines.
IOM_OK :  a valid method has been found and set.

[Summary]
Defines which I/O method the libticables library is using.

[Explanation]
These constants are for internal use.