Class LocalFallbackInfo

java.lang.Object
com.inductiveautomation.ignition.client.util.LocalFallbackInfo

public class LocalFallbackInfo extends Object
Local client fallback is a mechanism where a client tries to see if there is a gateway on the local machine, and if so, automatically can retarget to that local gateway in the event of losing it's connection.

The way to use this class is by creating a new LocalFallbackInfo.Loader() and implement the onInfoLoaded callback.

  • Field Details

  • Method Details

    • getPort

      public int getPort()
    • getFallbackProjectName

      public String getFallbackProjectName()
    • getSecondsToFallback

      public int getSecondsToFallback()
    • getSystemName

      public String getSystemName()
    • main

      public static void main(String[] args)