IPWorks P2P 2020 Kotlin Edition

Questions / Feedback?

Status Event

Fires with information about the operation.

Syntax

public open class DefaultRudpserverEventListener : RudpserverEventListener {
  ...
  public override fun status(e: RudpserverStatusEvent) {}
  ...
}

public class RudpserverStatusEvent {
  val connectionId: String?
  val message: String?
}

Remarks

This event fires with information about the operations performed during the connection. This is useful for logging and debugging purposes. By default only a minimum of information is provided through the event. See LogOptions to enable more verbose information.

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