IP*Works! 2016 C++ Edition
IP*Works! 2016 C++ Edition
Questions / Feedback?

SubOption Event

Fired when a Telnet SubOption command comes from the Telnet server.

Syntax

 virtual int FireSubOption(TelnetSubOptionEventParams *e);

 
typedef struct {
char* SubOption;
int lenSubOption;
int reserved;
} TelnetSubOptionEventParams;

Remarks

The SubOption parameter contains the suboption data as sent by the other end. The enclosing suboption command codes are stripped away.

For a list of valid Telnet suboptions and their descriptions please look at the Telnet RFCs.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Edition - Version 16.0 [Build 7353]