|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerConnectionState | |
|---|---|
| edu.wpi.first.wpilibj.networktables2.server | |
| Uses of ServerConnectionState in edu.wpi.first.wpilibj.networktables2.server |
|---|
| Subclasses of ServerConnectionState in edu.wpi.first.wpilibj.networktables2.server | |
|---|---|
static class |
ServerConnectionState.Error
Represents that the client is in an error state |
| Fields in edu.wpi.first.wpilibj.networktables2.server declared as ServerConnectionState | |
|---|---|
static ServerConnectionState |
ServerConnectionState.CLIENT_DISCONNECTED
represents that the client has disconnected from the server |
static ServerConnectionState |
ServerConnectionState.CONNECTED_TO_CLIENT
represents that the client is in a connected non-error state |
static ServerConnectionState |
ServerConnectionState.GOT_CONNECTION_FROM_CLIENT
represents that the server has received the connection from the client but has not yet received the client hello |
| Methods in edu.wpi.first.wpilibj.networktables2.server that return ServerConnectionState | |
|---|---|
ServerConnectionState |
ServerConnectionAdapter.getConnectionState()
|
|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||