Interface BooleanArrayEntry

All Superinterfaces:
AutoCloseable, BooleanArrayPublisher, BooleanArraySubscriber, Consumer<boolean[]>, Publisher, PubSub, Subscriber, Supplier<boolean[]>

NetworkTables BooleanArray entry.

Unlike NetworkTableEntry, the entry goes away when close() is called.

  • Method Details

    • unpublish

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