Query: ieee1284_set_timeout
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IEEE1284_SET_TIMEOUT(3) Functions IEEE1284_SET_TIMEOUT(3)NAMEieee1284_set_timeout - modify inactivity timeoutSYNOPSIS#include <ieee1284.h> struct timeval *ieee1284_set_timeout(struct parport *port, struct timeval *timeout);DESCRIPTIONThis function sets a new value for the inactivity timeout (used for block transfer functions), and returns the old value. The port must be claimed. The timeout parameter may be NULL, in which case the old value is left unchanged.RETURN VALUEThis function returns a pointer to a struct timeval representing the old value. This uses the same storage as the port structure, and so is not valid after closing the port.NOTESNote that this is an inactivity time-out, not an absolute time-out. During a data transfer, if the peripheral is inactive for the length of time specified then the host gives up. It is also advisory; no guarantee is made that the transfer will ever complete.AUTHORTim Waugh <twaugh@redhat.com> Author.COPYRIGHTCopyright (C) 2001-2003 Tim Waugh [FIXME: source] 06/17/2014 IEEE1284_SET_TIMEOUT(3)
Related Man Pages |
---|
ieee1284_read_data(3) - debian |
ieee1284_write_data(3) - centos |
ieee1284_compat_write(3) - centos |
ieee1284_data_dir(3) - suse |
ieee1284_read_data(3) - suse |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Best performance UNIX just for HOST Virtualization? |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |
Controlling user input |