telsess.h File Reference

__TELNETSESSDEBUG__

Enum TTelnetUserControl

Specifies the telnet control code to send to the server.

This is done using the overloaded CTelnetSession::Write() function.

EnumeratorValueDescription
ENotSupported0

Control code not supported.

EBrk243

Break (the NVT 129th ASCII break code). The default is 243. This is not a valid control in Binary mode.

EIp244

Interupt Process. The default is 244.

EAo245

Abort Output. The default is 245.

EAyt246

Are you there? The default is 246.

EEc247

Erase Character. The default is 247. This is not a valid control in Binary mode.

EEl248

Erase Line. The default is 248. This is not a valid control in Binary mode.