Interface Arm.GetManualModeResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Arm.GetManualModeResponse, Arm.GetManualModeResponse.Builder
Enclosing class:
Arm

public static interface Arm.GetManualModeResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    True if the arm is in manual mode

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getManualMode

      boolean getManualMode()
       True if the arm is in manual mode
       
      bool manual_mode = 1 [json_name = "manualMode"];
      Returns:
      The manualMode.