Public Member Functions | |
| CClientProxyUnknown (synergy::IStream *stream, double timeout, CServer *server) | |
manipulators | |
| CClientProxy * | orphanClientProxy () |
| Get the client proxy. | |
Static Public Member Functions | |
accessors | |
| static CEvent::Type | getSuccessEvent () |
| Get success event type. | |
| static CEvent::Type | getFailureEvent () |
| Get failure event type. | |
Definition at line 29 of file CClientProxyUnknown.h.
| CEvent::Type CClientProxyUnknown::getFailureEvent | ( | ) | [static] |
Get failure event type.
Returns the failure event type. This is sent when a client fails to correctly respond to the hello message. The target is this.
Definition at line 93 of file CClientProxyUnknown.cpp.
| CEvent::Type CClientProxyUnknown::getSuccessEvent | ( | ) | [static] |
Get success event type.
Returns the success event type. This is sent when the client has correctly responded to the hello message. The target is this.
Definition at line 86 of file CClientProxyUnknown.cpp.
| CClientProxy * CClientProxyUnknown::orphanClientProxy | ( | ) |
Get the client proxy.
Returns the client proxy created after a successful handshake (i.e. when this object sends a success event). Returns NULL if the handshake is unsuccessful or incomplete.
Definition at line 72 of file CClientProxyUnknown.cpp.
1.7.1