Class CanandcolorDetails.Enums.NextSlotAction

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

public static class CanandcolorDetails.Enums.NextSlotAction extends Object
enum Canandcolor::NEXT_SLOT_ACTION.
  • Field Details

    • kTerminateChain

      public static final int kTerminateChain
      Do not interact with the next slot
      See Also:
    • kOrWithNextSlot

      public static final int kOrWithNextSlot
      Logical OR with next slot
      See Also:
    • kXorWithNextSlot

      public static final int kXorWithNextSlot
      Logical XOR with next slot
      See Also:
    • kAndWithNextSlot

      public static final int kAndWithNextSlot
      Logical AND with next slot
      See Also: