Now you can download a copy of these docs so you can use them offline! Download now

#include <ClientConnectionState.h>

Inheritance diagram for ClientConnectionState:
Collaboration diagram for ClientConnectionState:

Public Member Functions

virtual const char * toString ()
 

Static Public Attributes

static ClientConnectionState DISCONNECTED_FROM_SERVER
 
static ClientConnectionState CONNECTED_TO_SERVER
 
static ClientConnectionState SENT_HELLO_TO_SERVER
 
static ClientConnectionState IN_SYNC_WITH_SERVER
 

Protected Member Functions

 ClientConnectionState (const char *name)
 

Detailed Description

Represents a state that the client is in

Author
Mitchell

Definition at line 25 of file ClientConnectionState.h.

Member Data Documentation

ClientConnectionState ClientConnectionState::CONNECTED_TO_SERVER
static

indicates that the client is connected to the server but has not yet begun communication

Definition at line 34 of file ClientConnectionState.h.

ClientConnectionState ClientConnectionState::DISCONNECTED_FROM_SERVER
static

indicates that the client is disconnected from the server

Definition at line 30 of file ClientConnectionState.h.

ClientConnectionState ClientConnectionState::IN_SYNC_WITH_SERVER
static

represents that the client is now in sync with the server

Definition at line 42 of file ClientConnectionState.h.

ClientConnectionState ClientConnectionState::SENT_HELLO_TO_SERVER
static

represents that the client has sent the hello to the server and is waiting for a response

Definition at line 38 of file ClientConnectionState.h.


The documentation for this class was generated from the following files:

Generated on Sat Apr 26 2014 12:26:45 for WPILibC++ by doxygen 1.8.6