DJI Mobile SDK Documentation

      class AirSenseSystemInformation

      class AirSenseSystemInformation implements DJIValue, JNIProguardKeepTag, ByteStream
      Package:dji.sdk.keyvalue.value.flightcontroller
      Description:

      AirSense system information.

      Class Members:
      method getWarningLevel
      AirSenseWarningLevel getWarningLevel()
      Package:dji.sdk.keyvalue.value.flightcontroller
      Description:

      Gets the overall system warning level. This will be the worst case of all individual aircraft warning levels.

      Return:
      AirSenseWarningLevelReturns the overall system warning level.
      method getAirplaneStates
      List<AirSenseAirplaneState> getAirplaneStates()
      Package:dji.sdk.keyvalue.value.flightcontroller
      Description:

      Gest the state of all airplanes detected by DJI AirSense system.

      Return:
      List<AirSenseAirplaneState>Returns the state of all airplanes detected by DJI AirSense system.