IPWorks 2020 C++ Builder Edition

Questions / Feedback?

SubOption Event

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

Syntax

typedef struct {
  String SubOption;
  DynamicArray<Byte> SubOptionB;
} TipwTelnetSubOptionEventParams;

typedef void __fastcall (__closure *TipwTelnetSubOptionEvent)(System::TObject* Sender, TipwTelnetSubOptionEventParams *e);

__property TipwTelnetSubOptionEvent OnSubOption = { read=FOnSubOption, write=FOnSubOption };

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) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Builder Edition - Version 20.0 [Build 8307]