|
Sock.Newtxlen R/O Property |
Top Previous Next |
Function: |
For the selected socket (selection is made through sock.num) returns the amount of uncommitted TX data in bytes. |
Type: |
Word |
Value Range: |
0-65535, default= 0 (0 bytes) |
See Also: |
--- |
Details
Uncommitted data is the one that was added to the TX buffer with the sock.setdata method but not yet committed using the sock.send method.