Class CanandcolorDetails.Enums.SettingCommand
java.lang.Object
com.reduxrobotics.sensors.canandcolor.CanandcolorDetails.Enums.SettingCommand
- Enclosing class:
- CanandcolorDetails.Enums
enum Canandcolor::SETTING_COMMAND.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Clear all digout1 slotsstatic final int
Clear all digout2 slotsstatic final int
Fetch all digout1 slots and settingsstatic final int
Fetch all digout2 slots and settingsstatic final int
Fetch all settings from device via a series of :ref:`report setting<msg_report_setting>` messages of all indexesstatic 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
-
Field Details
-
kFetchSettings
public static final int kFetchSettingsFetch 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 kResetFactoryDefaultReset 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 kFetchSettingValueRequests 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 kClearDigout1Clear all digout1 slots- See Also:
-
kClearDigout2
public static final int kClearDigout2Clear all digout2 slots- See Also:
-
kFetchDigout1
public static final int kFetchDigout1Fetch all digout1 slots and settings- See Also:
-
kFetchDigout2
public static final int kFetchDigout2Fetch all digout2 slots and settings- See Also:
-