.txclear Method

Function:

For the selected socket (selection is made through sock.num), clears (deletes all data from) the TX buffer.

Syntax:

sock.txclear()

Returns:

---

See Also:

---


Details

Invoking this method will have no effect when the socket is not closed (sock.statesimple <> 0 — PL_SSTS_CLOSED).


.txclear Method

Details