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

#include <IOStreamProvider.h>

Inheritance diagram for IOStreamProvider:

Public Member Functions

virtual IOStreamaccept ()=0
 
virtual void close ()=0
 

Detailed Description

An object that will provide the IOStream of clients to a NetworkTable Server

Author
mwills

Definition at line 19 of file IOStreamProvider.h.

Member Function Documentation

virtual IOStream* IOStreamProvider::accept ( )
pure virtual
Returns
a new IOStream normally from a server
Exceptions
IOException

Implemented in SocketServerStreamProvider.

virtual void IOStreamProvider::close ( )
pure virtual

Close the source of the IOStreams. accept() should not be called after this is called

Exceptions
IOException

Implemented in SocketServerStreamProvider.


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