RTDX_sizeofInput
Application Program Interface
2-367
C Interface
Syntax
int RTDX_sizeofInput( RTDX_inputChannel *pichan );
Parameters
pichan
/* Identifier for the input data channel */
Return Value
int
/* Number of sizeof units of data actually */
/* supplied in buffer */
Reentrant
yes
Description
RTDX_sizeofInput is designed to be used in conjunction with
RTDX_readNB after a read operation has completed. The function
returns the number of sizeof units actually read from the specified data
channel into the accumulator (register A).
Constraints and
Calling Context
❏
RTDX_sizeofInput cannot be called by an HWI function.
See Also
RTDX_sizeofInput
Return the number of MADUs read from a data channel