[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:
- automatic
- internal assembly routines
- Direct Control Block routines (serial port access under Win32)
- driver
- 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