RTDX_enableInput
Application Program Interface
2-361
C Interface
Syntax
void RTDX_enableInput( RTDX_inputChannel *ichan );
Parameters
ochan
/* Identifier for an output data channel */
ichan
/* Identifier for the input data channel */
Return Value
void
Reentrant
yes
Description
A call to an enable function causes the specified data channel to be
enabled.
Constraints and
Calling Context
❏
RTDX_enableInput cannot be called by an HWI function.
See Also
RTDX_disableInput
RTDX_enableOutput
RTDX_read
RTDX_enableInput
Enable an input data channel