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

#include <ServerConnectionState.h>

Inheritance diagram for ServerConnectionState:
Collaboration diagram for ServerConnectionState:

Public Member Functions

virtual const char * toString ()
 

Static Public Attributes

static ServerConnectionState GOT_CONNECTION_FROM_CLIENT
 
static ServerConnectionState CONNECTED_TO_CLIENT
 
static ServerConnectionState CLIENT_DISCONNECTED
 

Protected Member Functions

 ServerConnectionState (const char *name)
 

Detailed Description

Represents the state of a connection to the server

Author
Mitchell

Definition at line 24 of file ServerConnectionState.h.

Member Data Documentation

ServerConnectionState ServerConnectionState::CLIENT_DISCONNECTED
static

represents that the client has disconnected from the server

Definition at line 38 of file ServerConnectionState.h.

ServerConnectionState ServerConnectionState::CONNECTED_TO_CLIENT
static

represents that the client is in a connected non-error state

Definition at line 34 of file ServerConnectionState.h.

ServerConnectionState ServerConnectionState::GOT_CONNECTION_FROM_CLIENT
static

represents that the server has received the connection from the client but has not yet received the client hello

Definition at line 30 of file ServerConnectionState.h.


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

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