Package edu.wpi.first.networktables
Interface RawEntry
- All Superinterfaces:
AutoCloseable
,Consumer<byte[]>
,Publisher
,PubSub
,RawPublisher
,RawSubscriber
,Subscriber
,Supplier<byte[]>
public interface RawEntry extends RawSubscriber, RawPublisher
NetworkTables Raw entry.
Unlike NetworkTableEntry, the entry goes away when close() is called.
-
Method Summary
Modifier and Type Method Description void
unpublish()
Stops publishing the entry if it's published.Methods inherited from interface edu.wpi.first.networktables.RawPublisher
accept, getTopic, set, set, setDefault
Methods inherited from interface edu.wpi.first.networktables.RawSubscriber
get, get, getAtomic, getAtomic, getTopic, readQueue, readQueueValues