Interface ProtobufEntry<T>
- Type Parameters:
T- value class
- All Superinterfaces:
AutoCloseable, Consumer<T>, ProtobufPublisher<T>, ProtobufSubscriber<T>, Publisher, PubSub, Subscriber, Supplier<T>
NetworkTables protobuf-encoded value entry.
Unlike NetworkTableEntry, the entry goes away when close() is called.
-
Method Summary
Methods inherited from interface ProtobufPublisher
accept, getTopic, set, set, setDefaultMethods inherited from interface ProtobufSubscriber
get, get, getAtomic, getAtomic, getInto, getTopic, readQueue, readQueueValuesMethods inherited from interface Subscriber
exists, getLastChange
-
Method Details
-
unpublish
void unpublish()Stops publishing the entry if it's published.
-