edu.wpi.first.wpilibj.networktables2
Interface IncomingEntryReceiver
- All Known Subinterfaces: 
- ConnectionAdapter
- All Known Implementing Classes: 
- AbstractNetworkTableEntryStore, ClientConnectionAdapter, ClientNetworkTableEntryStore, ServerConnectionAdapter, ServerNetworkTableEntryStore
- public interface IncomingEntryReceiver 
 
 
NULL
static final IncomingEntryReceiver NULL
offerIncomingAssignment
void offerIncomingAssignment(NetworkTableEntry entry)
- 
 
offerIncomingUpdate
void offerIncomingUpdate(NetworkTableEntry entry,
                         char entrySequenceNumber,
                         Object value)
- 
 
"For updated information see the Java FRC site"