This class contains information about the wireless link between the aircraft and the remote controller, the aircraft and the mobile device or the handheld product and the mobile device. To determine whether a particular wireless link is supported, check the isSupported flag. This object is available from the DJIAircraft or DJIHandheld object which is a subclass of DJIBaseProduct.
Updates the country code. This should be called manually when auto update country code is disabled. CAUTION: updating the country code may restart the airlink (WiFi, OcuSync or Lightbridge).
Enables auto update of the country code. When it is enabled, SDK will update the country code to the aircraft automatically when it is required. It is enabled by default and the value is stored persistently on the device.
Determines if auto update country code is enabled. When it is enabled, SDK will update the country code to the aircraft automatically when it is required. It is enabled by default and the value is stored persistently on the device.
Updated signal quality in percent for the wireless downlink (from aircraft to remote controller). This link transfers all information from aircraft to remote controller, which is predominantly video information. Signal quality is a function of signal strength, interference and data rate. Signal quality will be more susceptible to weak signal strengths or high interference when the data rate is high.
Updated signal quality in percent for the wireless uplink (from remote controller to aircraft). This link transfers all information from the remote controller to the aircraft, which is predominantly control information.
The country code of the airlink is required to update to avoid violating the local policy. If auto update country code is not enabled, updateCountryCodeWithCompletion should be called to update the country code manually. CAUTION: updating the country code may restart the airlink (WiFi, OcuSync or Lightbridge).
Updated signal quality in percent for the base station (from remote controller to the base station). This link transfers all information between the remote controller and the base station, which is predominantly positioning information.