.endchar Property
Function: |
For the currently selected socket (selection is made through sock.num), specifies the ASCII code of the character that will end the inband command (message). |
Type: |
Byte |
Value Range: |
0-255, default = 13 (CR) |
See Also: |
Details
Each inband message has to end with the end character, which will mark a return to the "regular" data stream of the TCP connection.
This property is irrelevant when inband commands are disabled (sock.inbandcommands = 0 — NO). The program won't be able to change the value of this property when the socket is not idle (sock.statesimple <> 0 — PL_SSTS_CLOSED).