WPILibC++
trunk
|
#include <ServerConnectionState.h>
Public Member Functions | |
ServerConnectionState_Error (std::exception &e) | |
virtual const char * | toString () |
std::exception & | getException () |
Additional Inherited Members | |
![]() | |
static ServerConnectionState | GOT_CONNECTION_FROM_CLIENT |
static ServerConnectionState | CONNECTED_TO_CLIENT |
static ServerConnectionState | CLIENT_DISCONNECTED |
![]() | |
ServerConnectionState (const char *name) | |
Represents that the client is in an error state
Definition at line 57 of file ServerConnectionState.h.
ServerConnectionState_Error::ServerConnectionState_Error | ( | std::exception & | e | ) |
std::exception & ServerConnectionState_Error::getException | ( | ) |
Definition at line 29 of file ServerConnectionState.cpp.