edu.wpi.first.wpilibj.networktables2.client
Class ClientConnectionState.ProtocolUnsuppotedByServer
java.lang.Object
edu.wpi.first.wpilibj.networktables2.client.ClientConnectionState
edu.wpi.first.wpilibj.networktables2.client.ClientConnectionState.ProtocolUnsuppotedByServer
- Enclosing class:
- ClientConnectionState
public static class ClientConnectionState.ProtocolUnsuppotedByServer
- extends ClientConnectionState
Represents that a client received a message from the server indicating that the client's protocol revision is not supported by the server
- Author:
- Mitchell
ClientConnectionState.ProtocolUnsuppotedByServer
public ClientConnectionState.ProtocolUnsuppotedByServer(char serverVersion)
- Create a new protocol unsupported state
- Parameters:
serverVersion
-
getServerVersion
public char getServerVersion()
- Returns:
- the protocol version that the server reported it supports
toString
public String toString()
- Overrides:
toString
in class ClientConnectionState
Copyright © 2013. All rights reserved.