RTDX_write
2-368
C Interface
Syntax
int RTDX_write( RTDX_outputChannel *ochan, void *buffer, int bsize );
Parameters
ochan
/* Identifier for the output data channel */
buffer
/* A pointer to the buffer containing the data */
bsize
/* The size of the buffer in address units */
Return Value
int
/* Status: non-zero = Success. 0 = Failure. */
Reentrant
yes
Description
RTDX_write causes the specified data to be written to the specified
output data channel, provided that channel is enabled. On return from the
function, the data has been copied out of the specified user buffer and
into the RTDX target buffer. If the channel is not enabled, the write
operation is suppressed. If the RTDX target buffer is full, Failure is
returned.
Constraints and
Calling Context
❏
RTDX_write cannot be called by an HWI function.
See Also
RTDX_write
Write to an output channel