This method is used to initiate the data transmission to the connected server. Independent from the connection status, the send request is stored in an internal send queue. The queue is processed when the client is connected to the server. To remove a send request from this queue, use the method AbortDataTransmission().
The return value is of type ET_Result and indicates the result of the execution. If the data transmission was initiated successfully the return value indicates Ok.
Inputs | Data Type | Description |
---|---|---|
i_pbyData |
POINTER TO BYTE |
Reference to the data to be transmitted |
i_udiDataSize |
UDINT |
Size of the data to be sent in bytes. |
i_ifStatus |
Interface to retrieve the status of the data transmission. |