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 Details

    • unpublish

      void unpublish()
      Stops publishing the entry if it's published.