About | Displays aboutbox. |
Connect | Connects to the server. |
Disconnect | Disconnects from the server with a message. |
Execute | Executes blocking method and waits until it completes. |
MultiWaitFor | Waits and reads data until any of patterns is found. |
Peek | Receives incoming text without removing it from the buffer. |
PeekData | Receives incoming data without removing it from the buffer. |
PeekLine | Receives incoming line without removing it from the buffer. |
Play | Play previously recorded session. |
Receive | Reads text received from the server. |
ReceiveData | Reads binary data received from the server. |
ReceiveLine | Receives line of text, if available. |
Record | Start recording current session. |
Send | Sends data to the server. |
SendEOF | Sends EOF packet to the server. |
StateText | Returns string expression that represents (current) state. |
WaitFor | Waits and reads data until pattern is found. |