NAME
irInputDisp - Enable/disable sysmon caller input display.
SYNOPSIS
#include <irapi.h>
int irInputDisp ( channel_id cid, int flag);
DESCRIPTION
The function irInputDisp controls the display on the
sysmon(1) monitor of caller input (either via touch-tone or
speech recognition).
NOTE: This function is obsolescent. It has been implemented
in terms of the IRP_INPUT_DISPLAY parameter (see
IrPARAMETERS(4IRAPI)) for compatibility. It is suggested
that the user call the irSetParam() function (see
irParam(3IRAPI)) directly instead of using this function.
EVENT
No event results from the call to irInputDisp.
RETURN VALUE
This function returns whatever is returned by the
irSetParam() function when setting the IRP_INPUT_DISPLAY
parameter. (See irParam(3IRAPI).)
SEE ALSO
irGetInput(3IRAPI), irParam(3IRAPI), IrPARAMETERS(4IRAPI)
VERSION
This is version 8/31/00 of this man page.