Class CanandcolorDetails.Enums.SettingCommand

java.lang.Object
com.reduxrobotics.sensors.canandcolor.CanandcolorDetails.Enums.SettingCommand
Enclosing class:
CanandcolorDetails.Enums

public static class CanandcolorDetails.Enums.SettingCommand extends Object
enum Canandcolor::SETTING_COMMAND.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Clear all digout1 slots
    static final int
    Clear all digout2 slots
    static final int
    Fetch all digout1 slots and settings
    static final int
    Fetch all digout2 slots and settings
    static final int
    Fetch all settings from device via a series of :ref:`report setting<msg_report_setting>` messages of all indexes
    static final int
    Requests to fetch a single setting from device, with its value reported via the :ref:`report setting<msg_report_setting>` message.
    static final int
    Reset all resettanble settings to factory default, and broadcast all setting values via :ref:`report setting<msg_report_setting>` messages.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • kFetchSettings

      public static final int kFetchSettings
      Fetch all settings from device via a series of :ref:`report setting<msg_report_setting>` messages of all indexes
      See Also:
    • kResetFactoryDefault

      public static final int kResetFactoryDefault
      Reset all resettanble settings to factory default, and broadcast all setting values via :ref:`report setting<msg_report_setting>` messages.
      See Also:
    • kFetchSettingValue

      public static final int kFetchSettingValue
      Requests to fetch a single setting from device, with its value reported via the :ref:`report setting<msg_report_setting>` message. This requires the use of the second byte to specify the setting index to fetch.
      See Also:
    • kClearDigout1

      public static final int kClearDigout1
      Clear all digout1 slots
      See Also:
    • kClearDigout2

      public static final int kClearDigout2
      Clear all digout2 slots
      See Also:
    • kFetchDigout1

      public static final int kFetchDigout1
      Fetch all digout1 slots and settings
      See Also:
    • kFetchDigout2

      public static final int kFetchDigout2
      Fetch all digout2 slots and settings
      See Also: