Class ConnectionInfo

java.lang.Object
edu.wpi.first.networktables.ConnectionInfo

public final class ConnectionInfo extends Object
NetworkTables Connection information.
  • Field Details

  • Constructor Details

    • ConnectionInfo

      public ConnectionInfo(String remoteId, String remoteIp, int remotePort, long lastUpdate, int protocolVersion)
      Constructor. This should generally only be used internally to NetworkTables.
      Parameters:
      remoteId - Remote identifier
      remoteIp - Remote IP address
      remotePort - Remote port number
      lastUpdate - Last time an update was received
      protocolVersion - The protocol version used for the connection