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 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.