WPILibC++  trunk
Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
ClientConnectionState Class Reference

#include <ClientConnectionState.h>

Inheritance diagram for ClientConnectionState:
Inheritance graph
[legend]
Collaboration diagram for ClientConnectionState:
Collaboration graph
[legend]

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: