IVXITRIGON(3)
HP-UX
NAME
ivxitrigon − assert trigger lines (and leave them activated).
SYNOPSIS
#include <sicl.h>
int ivxitrigon(INST id, unsigned long which);
DESCRIPTION
The which parameter has the same possible values as the ixtrig routine. Any number of trigger lines may be specified in which. All of the specified trigger lines will be asserted and left asserted. None of the other trigger lines will be affected.
This routine only works on interface sessions.
RETURN VALUE
ivxitrigon returns (0) if successful, or a non-zero error code if an error was encountered.
ERRORS
ivxitrigon fails under the following circumstances, and sets the return value to one of the following:
[I_ERR_NORSRC] Out of system resources
[I_ERR_NOINTF] Interface is not active
[I_ERR_NODEV] Device is not active
[I_ERR_BADID] The INST id is invalid
[I_ERR_BADADDR] Invalid address (device/interface doesn’t exist)
SEE ALSO
igeterrno(3), igeterrstr(3), ivxitrigoff(3)
AUTHOR
ivxitrigon was developed by HP.
Hewlett-Packard Company — May 05, 1994