Now you can download a copy of these docs so you can use them offline! Download now
Public Member Functions | |
| NetworkTableConnection (IOStream *stream, NetworkTableEntryTypeManager &typeManager) | |
| void | close () |
| void | flush () |
| void | sendKeepAlive () |
| void | sendClientHello () |
| void | sendServerHelloComplete () |
| void | sendProtocolVersionUnsupported () |
| void | sendEntryAssignment (NetworkTableEntry &entry) |
| void | sendEntryUpdate (NetworkTableEntry &entry) |
| void | read (ConnectionAdapter &adapter) |
| void | SetIOStream (IOStream *stream) |
Static Public Attributes | |
| static const ProtocolVersion | PROTOCOL_REVISION = 0x0200 |
Definition at line 30 of file NetworkTableConnection.h.
| NetworkTableConnection::NetworkTableConnection | ( | IOStream * | _ioStream, |
| NetworkTableEntryTypeManager & | _typeManager | ||
| ) |
An abstraction for the NetworkTable protocol
Definition at line 12 of file NetworkTableConnection.cpp.
1.8.6