Class PacketPublisher<T>

java.lang.Object
org.photonvision.common.networktables.PacketPublisher<T>
All Implemented Interfaces:
AutoCloseable

public class PacketPublisher<T> extends Object implements AutoCloseable
  • Field Details

  • Constructor Details

  • Method Details

    • set

      public void set(T value, int byteSize)
    • set

      public void set(T value)
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable