Skip to content

Commit 57f864d

Browse files
committed
update for 5.5.0
1 parent 5242949 commit 57f864d

File tree

704 files changed

+7430
-568
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

704 files changed

+7430
-568
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<html>
2+
<style>
3+
table, th, td {
4+
border: 1px solid rgb(200,200,200);
5+
border-collapse: collapse;
6+
}
7+
table {
8+
table-layout: fixed;
9+
width: 1900px;
10+
}
11+
td {
12+
overflow-x: auto;
13+
}
14+
th, td {
15+
padding: 15px;
16+
text-align: left;
17+
vertical-align: middle;
18+
}
19+
.comments {
20+
color: #292;
21+
}
22+
.source-code {
23+
color: #22F;
24+
}
25+
.interface-parent {
26+
color: #AAA;
27+
}
28+
.interface-name {
29+
color: #000;
30+
}
31+
.check-mark {
32+
text-align: center;
33+
}
34+
</style>
35+
<body>
36+
<br>
37+
38+
<h1>DJI Mobile SDK V5 5.4.0 to 5.5.0 Differences</h1>
39+
40+
<br>
41+
42+
43+
<h2>APIs added to 5.5.0</h2>
44+
45+
<table class="diff-table"><tr valign="top"><td width=15%><font color="#000">Parent and Name</font></td><td width=15%><font color="#000">Code</font></td></tr><tr valign="top"><td width=15%><span class="interface-parent">dji.sdk.keyvalue.key.AirLinkKey.</span><span class="interface-name">KeyVideoDataRate</span></td><td width=15%><span class="source-code">static final DJIKeyInfo&lt;Double&gt; KeyVideoDataRate = new KeyVideoDataRate()
46+
.canGet(true).canSet(false).canListen(true).canPerformAction(false).setIsEvent(false)</span></td></tr><tr valign="top"><td width=15%><span class="interface-parent">dji.sdk.keyvalue.key.FlightControllerKey.</span><span class="interface-name">KeyAirSenseSystemInformation</span></td><td width=15%><span class="source-code">static final DJIKeyInfo&lt;AirSenseSystemInformation&gt; KeyAirSenseSystemInformation = new KeyAirSenseSystemInformation().canGet(true).canSet(false).canListen(true).canPerformAction(false).setIsEvent(false)</span></td></tr>\</table><p style="font-size:50%; color:white">--android --android </p></body>
47+
</html>
48+

Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@
178178
</dd>
179179
<dd><a href="../IKeyManager/Value_FlightController_Struct_AccessLockerV1SetupUserAccountInfo.html">AccessLockerSetSecurityCodeInfo</a>
180180
</dd>
181+
<dd><a href="../IKeyManager/Value_FlightController_Struct_AirSenseAirplaneState.html">AirSenseAirplaneState</a>
182+
</dd>
183+
<dd><a href="../IKeyManager/Value_FlightController_Struct_AirSenseSystemInformation.html">AirSenseSystemInformation</a>
184+
</dd>
181185
<dd><a href="../IKeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html">BatteryLedsInfo</a>
182186
</dd>
183187
<dd><a href="../IKeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html">PlayingAudioFileInfo</a>

Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallback.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@
178178
</dd>
179179
<dd><a href="../IKeyManager/Value_FlightController_Struct_AccessLockerV1SetupUserAccountInfo.html">AccessLockerSetSecurityCodeInfo</a>
180180
</dd>
181+
<dd><a href="../IKeyManager/Value_FlightController_Struct_AirSenseAirplaneState.html">AirSenseAirplaneState</a>
182+
</dd>
183+
<dd><a href="../IKeyManager/Value_FlightController_Struct_AirSenseSystemInformation.html">AirSenseSystemInformation</a>
184+
</dd>
181185
<dd><a href="../IKeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html">BatteryLedsInfo</a>
182186
</dd>
183187
<dd><a href="../IKeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html">PlayingAudioFileInfo</a>

Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallbackWithParam.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@
178178
</dd>
179179
<dd><a href="../IKeyManager/Value_FlightController_Struct_AccessLockerV1SetupUserAccountInfo.html">AccessLockerSetSecurityCodeInfo</a>
180180
</dd>
181+
<dd><a href="../IKeyManager/Value_FlightController_Struct_AirSenseAirplaneState.html">AirSenseAirplaneState</a>
182+
</dd>
183+
<dd><a href="../IKeyManager/Value_FlightController_Struct_AirSenseSystemInformation.html">AirSenseSystemInformation</a>
184+
</dd>
181185
<dd><a href="../IKeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html">BatteryLedsInfo</a>
182186
</dd>
183187
<dd><a href="../IKeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html">PlayingAudioFileInfo</a>

Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallbackWithTwoParamXY.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@
178178
</dd>
179179
<dd><a href="../IKeyManager/Value_FlightController_Struct_AccessLockerV1SetupUserAccountInfo.html">AccessLockerSetSecurityCodeInfo</a>
180180
</dd>
181+
<dd><a href="../IKeyManager/Value_FlightController_Struct_AirSenseAirplaneState.html">AirSenseAirplaneState</a>
182+
</dd>
183+
<dd><a href="../IKeyManager/Value_FlightController_Struct_AirSenseSystemInformation.html">AirSenseSystemInformation</a>
184+
</dd>
181185
<dd><a href="../IKeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html">BatteryLedsInfo</a>
182186
</dd>
183187
<dd><a href="../IKeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html">PlayingAudioFileInfo</a>

Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallback_Interface.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@
178178
</dd>
179179
<dd><a href="../IKeyManager/Value_FlightController_Struct_AccessLockerV1SetupUserAccountInfo.html">AccessLockerSetSecurityCodeInfo</a>
180180
</dd>
181+
<dd><a href="../IKeyManager/Value_FlightController_Struct_AirSenseAirplaneState.html">AirSenseAirplaneState</a>
182+
</dd>
183+
<dd><a href="../IKeyManager/Value_FlightController_Struct_AirSenseSystemInformation.html">AirSenseSystemInformation</a>
184+
</dd>
181185
<dd><a href="../IKeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html">BatteryLedsInfo</a>
182186
</dd>
183187
<dd><a href="../IKeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html">PlayingAudioFileInfo</a>

Docs/Android_API/cn/Components/DJICommonCallbacks/DJIKeyManager_KeyListener.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@
178178
</dd>
179179
<dd><a href="../IKeyManager/Value_FlightController_Struct_AccessLockerV1SetupUserAccountInfo.html">AccessLockerSetSecurityCodeInfo</a>
180180
</dd>
181+
<dd><a href="../IKeyManager/Value_FlightController_Struct_AirSenseAirplaneState.html">AirSenseAirplaneState</a>
182+
</dd>
183+
<dd><a href="../IKeyManager/Value_FlightController_Struct_AirSenseSystemInformation.html">AirSenseSystemInformation</a>
184+
</dd>
181185
<dd><a href="../IKeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html">BatteryLedsInfo</a>
182186
</dd>
183187
<dd><a href="../IKeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html">PlayingAudioFileInfo</a>

Docs/Android_API/cn/Components/DJICommonCallbacks/IKeyManager_KeyListener.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@
178178
</dd>
179179
<dd><a href="../IKeyManager/Value_FlightController_Struct_AccessLockerV1SetupUserAccountInfo.html">AccessLockerSetSecurityCodeInfo</a>
180180
</dd>
181+
<dd><a href="../IKeyManager/Value_FlightController_Struct_AirSenseAirplaneState.html">AirSenseAirplaneState</a>
182+
</dd>
183+
<dd><a href="../IKeyManager/Value_FlightController_Struct_AirSenseSystemInformation.html">AirSenseSystemInformation</a>
184+
</dd>
181185
<dd><a href="../IKeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html">BatteryLedsInfo</a>
182186
</dd>
183187
<dd><a href="../IKeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html">PlayingAudioFileInfo</a>

Docs/Android_API/cn/Components/DJIError/DJIError.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@
178178
</dd>
179179
<dd><a href="../IKeyManager/Value_FlightController_Struct_AccessLockerV1SetupUserAccountInfo.html">AccessLockerSetSecurityCodeInfo</a>
180180
</dd>
181+
<dd><a href="../IKeyManager/Value_FlightController_Struct_AirSenseAirplaneState.html">AirSenseAirplaneState</a>
182+
</dd>
183+
<dd><a href="../IKeyManager/Value_FlightController_Struct_AirSenseSystemInformation.html">AirSenseSystemInformation</a>
184+
</dd>
181185
<dd><a href="../IKeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html">BatteryLedsInfo</a>
182186
</dd>
183187
<dd><a href="../IKeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html">PlayingAudioFileInfo</a>

Docs/Android_API/cn/Components/DJIError_DJILDMError/DJIError_DJILDMError.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@
178178
</dd>
179179
<dd><a href="../IKeyManager/Value_FlightController_Struct_AccessLockerV1SetupUserAccountInfo.html">AccessLockerSetSecurityCodeInfo</a>
180180
</dd>
181+
<dd><a href="../IKeyManager/Value_FlightController_Struct_AirSenseAirplaneState.html">AirSenseAirplaneState</a>
182+
</dd>
183+
<dd><a href="../IKeyManager/Value_FlightController_Struct_AirSenseSystemInformation.html">AirSenseSystemInformation</a>
184+
</dd>
181185
<dd><a href="../IKeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html">BatteryLedsInfo</a>
182186
</dd>
183187
<dd><a href="../IKeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html">PlayingAudioFileInfo</a>

0 commit comments

Comments
 (0)