SendData
Send data
SendData <ioIdent>, <outputData()>, <outputSize>[, <parameter()>, <parameterSize>]
Parameters
<ioIdent>
|
Identification name(string) of I/O module that executes send processing
|
<outputData()>
|
Data to be output
|
<outputSize>
|
The size of data thatis to be output
|
<parameter()>
|
Parameter of send processing
|
<parameterSize>
|
Size of send processing parameter
|
Return Value
None.
Description
Identification name(string) of I/O module that executes reception processing is specified in argument<ioIdent>.
The data to be send is stores in argument <outputData()> by one dimension integer type array variable, do not specify it with the number of element like X&() but like () only with the type.
The parameters of the send pocessing is stores in argument <parameter()> by one dimension integer type array variable, do not specify it with the number of element like X&() but like () only with the type.
Notes