Interface WiredSender

All Superinterfaces:
PacketSender
All Known Subinterfaces:
WiredElement

public interface WiredSender extends PacketSender
An object on a WiredNetwork capable of sending packets.

Unlike a regular PacketSender, this must be associated with the node you are attempting to to send the packet from.

  • Method Details

    • getNode

      WiredNode getNode()
      The node in the network representing this object.

      This should be used as a proxy for the main network. One should send packets and register receivers through this object.

      Returns:
      The node for this element.