|
Sock.Send Method |
Top Previous Next |
Function: |
For the selected socket (selection is made through sock.num) commits (allows sending) the data that was previously saved into the TX buffer using the sock.setdata method. |
Syntax: |
sock.rxbuffrq |
Returns: |
--- |
See Also: |
--- |
Details
You can monitor the sending progress by checking the sock.txlen property or using the sock.notifysent method and the on_sock_data_sent event.