Package edu.wpi.first.networktables
Interface StringArrayEntry
- All Superinterfaces:
AutoCloseable
,Consumer<String[]>
,Publisher
,PubSub
,StringArrayPublisher
,StringArraySubscriber
,Subscriber
,Supplier<String[]>
public interface StringArrayEntry extends StringArraySubscriber, StringArrayPublisher
NetworkTables StringArray 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.StringArrayPublisher
accept, getTopic, set, set, setDefault
Methods inherited from interface edu.wpi.first.networktables.StringArraySubscriber
get, get, getAtomic, getAtomic, getTopic, readQueue, readQueueValues