Specifies the telnet control code to send to the server.
This is done using the overloaded CTelnetSession::Write() function.
| Enumerator | Value | Description |
|---|---|---|
| ENotSupported | 0 |
Control code not supported. |
| EBrk | 243 |
Break (the NVT 129th ASCII break code). The default is 243. This is not a valid control in Binary mode. |
| EIp | 244 |
Interupt Process. The default is 244. |
| EAo | 245 |
Abort Output. The default is 245. |
| EAyt | 246 |
Are you there? The default is 246. |
| EEc | 247 |
Erase Character. The default is 247. This is not a valid control in Binary mode. |
| EEl | 248 |
Erase Line. The default is 248. This is not a valid control in Binary mode. |