Class LimeLight2

  • All Implemented Interfaces:
    Sendable

    public class LimeLight2
    extends BaseLimeLight
    Client for the LimeLight version 2.0 and 2+
    • Constructor Detail

      • LimeLight2

        public LimeLight2​(java.lang.String ipAddress)
        Create a LimeLight2 client using the default NT table "limelight"
        Parameters:
        ipAddress - IP address of the device
      • LimeLight2

        public LimeLight2​(java.lang.String networkTableName,
                          java.lang.String ipAddress)
        Create a LimeLight2 client
        Parameters:
        networkTableName - NT table for the device
        ipAddress - IP address of the device
      • LimeLight2

        public LimeLight2​(NetworkTable networkTable,
                          java.lang.String ipAddress)
        Create a LimeLight2 client
        Parameters:
        networkTable - NT table for the device
        ipAddress - IP address of the device