Now you can download a copy of these docs so you can use them offline! Download now
ConnectionAdapter Class Referenceabstract
Inheritance diagram for ConnectionAdapter:

Public Member Functions

virtual bool keepAlive ()=0
 
virtual void clientHello (ProtocolVersion protocolRevision)=0
 
virtual void serverHelloComplete ()=0
 
virtual void protocolVersionUnsupported (ProtocolVersion protocolRevision)=0
 
virtual void offerIncomingAssignment (NetworkTableEntry *newEntry)=0
 
virtual void offerIncomingUpdate (NetworkTableEntry *newEntry, SequenceNumber sequenceNumber, EntryValue value)=0
 
virtual NetworkTableEntryGetEntry (EntryId)=0
 
virtual void badMessage (BadMessageException &e)=0
 
virtual void ioException (IOException &e)=0
 

Detailed Description

Definition at line 18 of file ConnectionAdapter.h.

Member Function Documentation

virtual void ConnectionAdapter::badMessage ( BadMessageException e)
pure virtual

called if a bad message exception is thrown

Parameters
e

Implemented in ServerConnectionAdapter, and ClientConnectionAdapter.

virtual void ConnectionAdapter::ioException ( IOException e)
pure virtual

called if an io exception is thrown

Parameters
e

Implemented in ServerConnectionAdapter, and ClientConnectionAdapter.


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

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