DJI Mobile SDK Documentation

      class MultiControlStatusInfo

      class MultiControlStatusInfo implements DJIValue, JNIProguardKeepTag, ByteStream
      Package:dji.sdk.keyvalue.value.remotecontroller
      Description:

      This class is used to define the dual control status of the remote controller.

      Class Members:
      method getRcAOnline
      Boolean getRcAOnline()
      Package:dji.sdk.keyvalue.value.remotecontroller
      Description:

      Return A control connection status. false means A control lost control. The possible reason is that A control is turned off or loses connection with the aircraft.

      Return:
      Booleantrue means A control is connected.
      method getRcAAppOnline
      Boolean getRcAAppOnline()
      Package:dji.sdk.keyvalue.value.remotecontroller
      Description:

      Return the connection status of App in A control. false means App in A control lost control. The possible reason is that the App in A control has exited, please reopen the App in A control.

      Return:
      Booleantrue means that App in A control is connected.
      method getRcBOnline
      Boolean getRcBOnline()
      Package:dji.sdk.keyvalue.value.remotecontroller
      Description:

      Return B control connection status.false means B control lost control. The possible reason is that B control is not connected to the frequency, turns off or loses connection with the aircraft.

      Return:
      Booleantrue means that B control is connected.
      method getRcBAppOnline
      Boolean getRcBAppOnline()
      Package:dji.sdk.keyvalue.value.remotecontroller
      Description:

      Return the connection status of App in B control.false means App in B control lost control. The possible reason is that the App in B control has exited, please reopen the App in B control.

      Return:
      Booleantrue means that App in B control is connected.