IREMOTE(3)
HP-UX
NAME
iremote − Put a device in remote mode
ilocal − Put a device in local mode
SYNOPSIS
#include <sicl.h>
int iremote (INST id);
int ilocal (INST id);
DESCRIPTION
The iremote command is used put a device into remote mode. The INST id must refer to a device session. How the device is placed into remote mode is interface specific.
The ilocal command is used to put a device into local mode. The INST id must refer to a device session. How the device is placed into local mode is interface specific.
RETURN VALUE
iremote,ilocal return (0) if successful, or a non-zero error code if an error was encountered.
ERRORS
iremote and ilocal fail under the following circumstances, and then return one of the following values: i
[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
SEE ALSO
AUTHOR
iremote and ilocal were developed by HP.
Hewlett-Packard Company — September 29, 1999