Class CanandgyroDetails.Enums.SettingCommand

java.lang.Object
com.reduxrobotics.sensors.canandgyro.CanandgyroDetails.Enums.SettingCommand
Enclosing class:
CanandgyroDetails.Enums

public static class CanandgyroDetails.Enums.SettingCommand extends Object
enum Canandgyro::SETTING_COMMAND.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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: