Class BootMode

java.lang.Object
com.highdeal.cnd.message.BootMode

public final class BootMode extends Object
  • Field Details

    • MESSAGE_BOOT_MODE

      public static final BootMode MESSAGE_BOOT_MODE
      Constant describing the connection boot mode will be done using the TCP Message API
    • HTTP_BOOT_MODE

      public static final BootMode HTTP_BOOT_MODE
      Constant describing the connection boot mode will be done using the HTTP HCI API
    • HTTPS_BOOT_MODE

      public static final BootMode HTTPS_BOOT_MODE
      Constant describing the connection boot mode will be done using the HTTPS HCI API
  • Method Details

    • getCode

      public int getCode()