ieee1284_ecp_fwd_to_rev (3) Linux Manual Page
ieee1284_ecp_fwd_to_rev, ieee1284_ecp_rev_to_fwd – ECP direction switching
Synopsis
- int ieee1284_ecp_fwd_to_rev(struct parport
* port);
- int ieee1284_ecp_rev_to_fwd(struct parport
* port); - int ieee1284_ecp_rev_to_fwd(struct parport
Description
They act on the parallel port associated with port, which must be claimed.
Return Value
E1284_OK- Direction switched successfully.
E1284_NOTIMPL
- The port lacks the required capability. This could be due to a limitation of this version of libieee1284, or a hardware limitation.
E1284_INVALIDPORT
- The port parameter is invalid (for instance, perhaps the port is not claimed).
Author
Tim Waugh <twaugh [at] redhat.com>- Author.
