ReadyToSend Event

Fired when the component is ready to send data.

Syntax

public open class DefaultMcastEventListener : McastEventListener {
  ...
  public override fun readyToSend(e: McastReadyToSendEvent) {}
  ...
}

public class McastReadyToSendEvent {
}

Remarks

The ReadyToSend event indicates that the underlying TCP/IP subsystem is ready to accept data after a failed DataToSend.

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