Query: ieee1284_ecp_fwd_to_rev
OS: centos
Section: 3
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IEEE1284_ECP_FWD_TO_(3) Functions IEEE1284_ECP_FWD_TO_(3)NAMEieee1284_ecp_fwd_to_rev, ieee1284_ecp_rev_to_fwd - ECP direction switchingSYNOPSISint ieee1284_ecp_fwd_to_rev(struct parport *port); int ieee1284_ecp_rev_to_fwd(struct parport *port);DESCRIPTIONThese functions are used to switch directions when in ECP mode. On negotiation to ECP mode the direction is forward (in other words, host-to-peripheral). Use ieee1284_ecp_fwd_to_rev to switch from forward to reverse, and ieee1284_ecp_rev_to_fwd to switch from reverse to forward. They act on the parallel port associated with port, which must be claimed.RETURN VALUEE1284_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).AUTHORTim Waugh <twaugh@redhat.com> Author.COPYRIGHTCopyright (C) 2001-2003 Tim Waugh [FIXME: source] 06/17/2014 IEEE1284_ECP_FWD_TO_(3)
Related Man Pages |
---|
ieee1284_terminate(3) - debian |
ieee1284_ecp_read_addr(3) - centos |
ieee1284_epp_read_addr(3) - centos |
ieee1284_negotiate(3) - centos |
ieee1284_terminate(3) - suse |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Best performance UNIX just for HOST Virtualization? |
Shopt -s histappend |
CentOS 6 ran out of space, need to reclaim it |
Controlling user input |