"

2013 FRC Java API

"

Uses of Class
edu.wpi.first.wpilibj.networktables2.client.ClientConnectionState

Packages that use ClientConnectionState
edu.wpi.first.wpilibj.networktables2.client   
 

Uses of ClientConnectionState in edu.wpi.first.wpilibj.networktables2.client
 

Subclasses of ClientConnectionState in edu.wpi.first.wpilibj.networktables2.client
static class ClientConnectionState.Error
          Represents that the client is in an error state
static class ClientConnectionState.ProtocolUnsuppotedByServer
          Represents that a client received a message from the server indicating that the client's protocol revision is not supported by the server
 

Fields in edu.wpi.first.wpilibj.networktables2.client declared as ClientConnectionState
static ClientConnectionState ClientConnectionState.CONNECTED_TO_SERVER
          indicates that the client is connected to the server but has not yet begun communication
static ClientConnectionState ClientConnectionState.DISCONNECTED_FROM_SERVER
          indicates that the client is disconnected from the server
static ClientConnectionState ClientConnectionState.IN_SYNC_WITH_SERVER
          represents that the client is now in sync with the server
static ClientConnectionState ClientConnectionState.SENT_HELLO_TO_SERVER
          represents that the client has sent the hello to the server and is waiting for a response
 

Methods in edu.wpi.first.wpilibj.networktables2.client that return ClientConnectionState
 ClientConnectionState ClientConnectionAdapter.getConnectionState()
           
 

Methods in edu.wpi.first.wpilibj.networktables2.client with parameters of type ClientConnectionState
 void ClientConnectionAdapter.close(ClientConnectionState newState)
          Close the connection to the server and enter the given state
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"