.send Method
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.send() |
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.