Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
builddtcsrv839 committed Aug 27, 2024
1 parent ff8af46 commit 990625a
Show file tree
Hide file tree
Showing 298 changed files with 4,004 additions and 1,233 deletions.
2 changes: 1 addition & 1 deletion assets/js/droiddoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $(document).ready(function() {

var API_LEVEL_COOKIE = "api_level";
var minLevel = 1;
var maxLevel = 37;
var maxLevel = 38;

/******* SIDENAV DIMENSIONS ************/

Expand Down
2 changes: 1 addition & 1 deletion navtree_data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions reference/classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ <h2 id="searchTitle">Results</h2>
<div id="api-nav-title">Datalogic APIs</div>
</div><!-- end nav header -->
<script>
var SINCE_DATA = [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37' ];
var SINCE_DATA = [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38' ];
buildApiLevelSelector();
</script>

Expand Down Expand Up @@ -1032,6 +1032,13 @@ <h2 id="letter_E">E</h2>
</tr>


<tr class=" api apilevel-38" >
<td class="jd-linkcol"><a href="../reference/com/datalogic/decode/configuration/ExtScannerSource.html">ExtScannerSource</a></td>
<td class="jd-descrcol" width="100%"><code>ExtScannerSource</code> is the class that configures the possibility to
receive barcode results from an external scanner.&nbsp;</td>
</tr>


</table>


Expand Down Expand Up @@ -1374,7 +1381,7 @@ <h2 id="letter_L">L</h2>

<tr class="alt-color api apilevel-1" >
<td class="jd-linkcol"><a href="../reference/com/datalogic/device/notification/Led.html">Led</a></td>
<td class="jd-descrcol" width="100%">The <code>Led</code> enumeration lists led type identifiers.&nbsp;</td>
<td class="jd-descrcol" width="100%">The <code>Led</code> enumeration lists the LED type identifiers can be used to manage the LEDs on the device with <code><a href="../reference/com/datalogic/device/notification/LedManager.html">LedManager</a></code> interface.&nbsp;</td>
</tr>


Expand Down
2 changes: 1 addition & 1 deletion reference/com/datalogic/cradle/AvailableSourcePower.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h2 id="searchTitle">Results</h2>
<div id="api-nav-title">Datalogic APIs</div>
</div><!-- end nav header -->
<script>
var SINCE_DATA = [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37' ];
var SINCE_DATA = [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38' ];
buildApiLevelSelector();
</script>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h2 id="searchTitle">Results</h2>
<div id="api-nav-title">Datalogic APIs</div>
</div><!-- end nav header -->
<script>
var SINCE_DATA = [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37' ];
var SINCE_DATA = [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38' ];
buildApiLevelSelector();
</script>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h2 id="searchTitle">Results</h2>
<div id="api-nav-title">Datalogic APIs</div>
</div><!-- end nav header -->
<script>
var SINCE_DATA = [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37' ];
var SINCE_DATA = [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38' ];
buildApiLevelSelector();
</script>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h2 id="searchTitle">Results</h2>
<div id="api-nav-title">Datalogic APIs</div>
</div><!-- end nav header -->
<script>
var SINCE_DATA = [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37' ];
var SINCE_DATA = [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38' ];
buildApiLevelSelector();
</script>

Expand Down
Loading

0 comments on commit 990625a

Please sign in to comment.