IGPIBRENCTL(3)
HP-UX
NAME
igpibrenctl − set state of REN line
SYNOPSIS
#include <sicl.h>
int igpibrenctl (id, ren);
INST id;
int ren;
DESCRIPTION
Igpibrenctl sets the state of the REN line. If ren is non-zero, REN is set. If ren is 0, REN is disabled. This routine works only on interface sessions with system control.
RETURN VALUE
Igpibrenctl returns 0 on success, or a non-zero error code otherwise.
ERRORS
Igpibrenctl fails under the following circumstances, and sets the return value to one of the following:
[I_ERR_BADID] The INST id is invalid.
[I_ERR_NOINTF] The interface is not system controller.
SEE ALSO
igeterrno(3), igeterrstr(3), isetlock(3)
AUTHOR
igpibrenctl was developed by HP.
Hewlett-Packard Company — September 29, 1999