DoDo Event

Fired when a Telnet DO OPTION command comes from the Telnet server.

Syntax

public open class DefaultTelnetEventListener : TelnetEventListener {
  ...
  public override fun doDo(e: TelnetDoDoEvent) {}
  ...
}

public class TelnetDoDoEvent {
  val optionCode: Int
}

Remarks

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]