Class LimeLight1

  • All Implemented Interfaces:
    Sendable

    public class LimeLight1
    extends BaseLimeLight
    Client for the LimeLight version 1.0
    • Constructor Detail

      • LimeLight1

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

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

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