Class ConnectionInfo

    • Constructor Detail

      • 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