DJI Mobile SDK Documentation

      class DJIRCMultiDeviceAggregationState

      @interface DJIRCMultiDeviceAggregationState : NSObject
      Header:DJIRemoteControllerBaseTypes.h
      Inherits From:NSObject
      Description:

      The aggregation state related to devices that can pair to the remote controller. It contains the pairing state and the connection state of the device (aircraft or RTK base station). It is only used when the remote controller supports multi-device pairing. Only Supported by Phantom 4 RTK.

      Class Members:
      property aircraftState
      @property (nonatomic, readonly) DJIRCMultiDeviceState aircraftState
      Header:DJIRemoteControllerBaseTypes.h
      Description:

      The device state of aircraft.

      See Also:

      DJIRCMultiDeviceState

      property RTKBaseStationState
      @property (nonatomic, readonly) DJIRCMultiDeviceState RTKBaseStationState
      Header:DJIRemoteControllerBaseTypes.h
      Description:

      The device state of RTK base station.

      See Also:

      DJIRCMultiDeviceState