Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
ac25e68
Merge pull request #145 from mobiledgex/EDGECLOUD-5926
Jan 20, 2022
8eaebd1
Bump version 3.1.0
ah1053 Jan 27, 2022
021e7af
QoSSession Protocols
ah1053 Feb 2, 2022
cb20ac2
rest qos main api calls
ah1053 Feb 3, 2022
1af7ce3
version fix, nits
ah1053 Feb 3, 2022
5c60667
accept 200 qos reply
ah1053 Feb 4, 2022
c50aeed
Include qos proto updates
ah1053 Feb 4, 2022
08e0ce2
Initial api functions
ah1053 Feb 4, 2022
2abb506
Fix method signature
ah1053 Feb 4, 2022
e2ae449
update DeleteQOSPrioritySession params
ah1053 Feb 4, 2022
1f25542
Merge pull request #150 from mobiledgex/qos-grpc
ah1053 Feb 7, 2022
8b02d91
Merge pull request #149 from mobiledgex/qos
ah1053 Feb 7, 2022
c46d004
Merge pull request #148 from mobiledgex/3.1-version
ah1053 Feb 7, 2022
93a68a9
Merge branch 'master' into staging-3.1
ah1053 Feb 7, 2022
f90e7fe
QosSessionResult Enum parsing fix, Update enums
ah1053 Feb 7, 2022
1619c58
Enums first letter or before underscore is uppercase
ah1053 Feb 7, 2022
ecf3eab
Remove duplicate code
ah1053 Feb 7, 2022
d1a05e5
QoS API Docs (Rest & gRPC)
ah1053 Feb 8, 2022
61ad01b
Merge pull request #151 from mobiledgex/qos-rest-enums
ah1053 Feb 8, 2022
40f7bba
Merge pull request #152 from mobiledgex/qos-docs
ah1053 Feb 9, 2022
57b5596
Add StartEdgeEvents Method, update proto, update unit tests
ah1053 Feb 25, 2022
19e4ade
nit remove extra comment
ah1053 Feb 25, 2022
a55930e
Fix TLS TCP check, fix GetHTTPConnection test
ah1053 Mar 4, 2022
3dbe031
Merge pull request #157 from mobiledgex/tls-staging-dme
ah1053 Mar 4, 2022
6992f96
Merge pull request #154 from mobiledgex/EDGECLOUD-5518
ah1053 Mar 4, 2022
f7a39c3
EDGECLOUD-6227: Remove CellID and UniqueID entirely.
lgarner Mar 2, 2022
1a20f6e
Update docs.
lgarner Mar 2, 2022
c8816e6
Merge pull request #155 from mobiledgex/edgecloud-6227-remove-mel-ent…
lgarner Mar 4, 2022
3dc1873
EDGECLOUD-6248: Add UniqueID back. Pass1.
lgarner Mar 10, 2022
cfbbd27
Remove Manufacturer.
lgarner Mar 10, 2022
e5fb2d6
Update docs.
lgarner Mar 10, 2022
107ee84
Merge pull request #159 from mobiledgex/add_uniquie_id_back
lgarner Mar 11, 2022
75c52e7
docs github action
ah1053 Mar 18, 2022
3178021
Move html files into docs directory
ah1053 Mar 18, 2022
85842b2
On release > update docs > commit to master
ah1053 Mar 18, 2022
91a061d
Merge pull request #160 from mobiledgex/docs-pipeline
ah1053 Mar 24, 2022
008496c
Third Party Licenses tool and generator for gRPC and REST.
lgarner Mar 25, 2022
b91452f
Merge pull request #161 from mobiledgex/third_party_licenses
lgarner Mar 28, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/workflows/doc_update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@


name: MobiledgeX C# Docs Update

on: [release]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out Repo
uses: actions/checkout@v2
- name: Update Docs
uses: mattnotmitt/doxygen-action@v1.9.2
with:
working-directory: 'rest/'
doxyfile-path: './Doxygen/Doxyfile'
- name: Move generated docs to docs directory
run: |
sudo rm -rf docs/*
sudo mv rest/html/ docs/
shell: bash
- name: Commit Doxygen Updates
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Docs Automated Updates
branch: master
push_options: '--force'
59 changes: 29 additions & 30 deletions docs/annotated.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="generator" content="Doxygen 1.9.3"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>C# SDK: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
Expand All @@ -18,7 +18,7 @@
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_search(); });
/* @license-end */
</script>
Expand All @@ -41,10 +41,10 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<!-- Generated by Doxygen 1.9.3 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
/* @license-end */
</script>
<div id="navrow1" class="tabs">
Expand Down Expand Up @@ -87,7 +87,7 @@
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('class_distributed_match_engine_1_1_android_network_interface_name.html',''); initResizable(); });
/* @license-end */
</script>
Expand All @@ -107,15 +107,14 @@
</div>

<div class="header">
<div class="headertitle">
<div class="title">DistributedMatchEngine.AndroidNetworkInterfaceName Member List</div> </div>
<div class="headertitle"><div class="title">DistributedMatchEngine.AndroidNetworkInterfaceName Member List</div></div>
</div><!--header-->
<div class="contents">

<p>This is the complete list of members for <a class="el" href="class_distributed_match_engine_1_1_android_network_interface_name.html">DistributedMatchEngine.AndroidNetworkInterfaceName</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>AndroidNetworkInterfaceName</b>() (defined in <a class="el" href="class_distributed_match_engine_1_1_android_network_interface_name.html">DistributedMatchEngine.AndroidNetworkInterfaceName</a>)</td><td class="entry"><a class="el" href="class_distributed_match_engine_1_1_android_network_interface_name.html">DistributedMatchEngine.AndroidNetworkInterfaceName</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>CELLULAR</b> (defined in <a class="el" href="class_distributed_match_engine_1_1_network_interface_name.html">DistributedMatchEngine.NetworkInterfaceName</a>)</td><td class="entry"><a class="el" href="class_distributed_match_engine_1_1_network_interface_name.html">DistributedMatchEngine.NetworkInterfaceName</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="odd"><td class="entry"><b>CELLULAR</b> (defined in <a class="el" href="class_distributed_match_engine_1_1_network_interface_name.html">DistributedMatchEngine.NetworkInterfaceName</a>)</td><td class="entry"><a class="el" href="class_distributed_match_engine_1_1_network_interface_name.html">DistributedMatchEngine.NetworkInterfaceName</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>WIFI</b> (defined in <a class="el" href="class_distributed_match_engine_1_1_network_interface_name.html">DistributedMatchEngine.NetworkInterfaceName</a>)</td><td class="entry"><a class="el" href="class_distributed_match_engine_1_1_network_interface_name.html">DistributedMatchEngine.NetworkInterfaceName</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
Expand All @@ -125,7 +124,7 @@
<ul>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.1 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.3 </li>
</ul>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="generator" content="Doxygen 1.9.3"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>C# SDK: DistributedMatchEngine.AndroidNetworkInterfaceName Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
Expand All @@ -18,7 +18,7 @@
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_search(); });
/* @license-end */
</script>
Expand All @@ -41,10 +41,10 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<!-- Generated by Doxygen 1.9.3 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
/* @license-end */
</script>
<div id="navrow1" class="tabs">
Expand Down Expand Up @@ -87,7 +87,7 @@
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('class_distributed_match_engine_1_1_android_network_interface_name.html',''); initResizable(); });
/* @license-end */
</script>
Expand All @@ -109,8 +109,7 @@
<div class="header">
<div class="summary">
<a href="class_distributed_match_engine_1_1_android_network_interface_name-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">DistributedMatchEngine.AndroidNetworkInterfaceName Class Reference<div class="ingroups"><a class="el" href="group__classes.html">Classes</a> &raquo; <a class="el" href="group__classes__integration.html">Platform Integration Classes</a></div></div> </div>
<div class="headertitle"><div class="title">DistributedMatchEngine.AndroidNetworkInterfaceName Class Reference<div class="ingroups"><a class="el" href="group__classes.html">Classes</a> &raquo; <a class="el" href="group__classes__integration.html">Platform Integration Classes</a></div></div></div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Expand All @@ -123,18 +122,18 @@
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="inherited" name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_attribs_class_distributed_match_engine_1_1_network_interface_name"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_distributed_match_engine_1_1_network_interface_name')"><img src="closed.png" alt="-"/>&#160;Public Attributes inherited from <a class="el" href="class_distributed_match_engine_1_1_network_interface_name.html">DistributedMatchEngine.NetworkInterfaceName</a></td></tr>
<tr class="memitem:a0572eca81068e318b78bdc9962f5d128 inherit pub_attribs_class_distributed_match_engine_1_1_network_interface_name"><td class="memItemLeft" align="right" valign="top"><a id="a0572eca81068e318b78bdc9962f5d128"></a>
<tr class="memitem:a0572eca81068e318b78bdc9962f5d128 inherit pub_attribs_class_distributed_match_engine_1_1_network_interface_name"><td class="memItemLeft" align="right" valign="top"><a id="a0572eca81068e318b78bdc9962f5d128" name="a0572eca81068e318b78bdc9962f5d128"></a>
Regex&#160;</td><td class="memItemRight" valign="bottom"><b>CELLULAR</b> = null</td></tr>
<tr class="separator:a0572eca81068e318b78bdc9962f5d128 inherit pub_attribs_class_distributed_match_engine_1_1_network_interface_name"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0389a972e2c5bee23e81f1814152bd74 inherit pub_attribs_class_distributed_match_engine_1_1_network_interface_name"><td class="memItemLeft" align="right" valign="top"><a id="a0389a972e2c5bee23e81f1814152bd74"></a>
<tr class="memitem:a0389a972e2c5bee23e81f1814152bd74 inherit pub_attribs_class_distributed_match_engine_1_1_network_interface_name"><td class="memItemLeft" align="right" valign="top"><a id="a0389a972e2c5bee23e81f1814152bd74" name="a0389a972e2c5bee23e81f1814152bd74"></a>
Regex&#160;</td><td class="memItemRight" valign="bottom"><b>WIFI</b> = null</td></tr>
<tr class="separator:a0389a972e2c5bee23e81f1814152bd74 inherit pub_attribs_class_distributed_match_engine_1_1_network_interface_name"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Android Network Interface aliases for Cellular and Wifi interfaces. Use this to instantiate <a class="el" href="interface_distributed_match_engine_1_1_net_interface.html">NetInterface</a> if using Android device </p>
<div class="textblock"><p >Android Network Interface aliases for Cellular and Wifi interfaces. Use this to instantiate <a class="el" href="interface_distributed_match_engine_1_1_net_interface.html">NetInterface</a> if using Android device </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.18-->
Expand All @@ -144,7 +143,7 @@
<li class="navelem"><a class="el" href="namespace_distributed_match_engine.html">DistributedMatchEngine</a></li><li class="navelem"><a class="el" href="class_distributed_match_engine_1_1_android_network_interface_name.html">AndroidNetworkInterfaceName</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.1 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.3 </li>
</ul>
</div>
</body>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="generator" content="Doxygen 1.9.3"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>C# SDK: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
Expand All @@ -18,7 +18,7 @@
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_search(); });
/* @license-end */
</script>
Expand All @@ -41,10 +41,10 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<!-- Generated by Doxygen 1.9.3 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
/* @license-end */
</script>
<div id="navrow1" class="tabs">
Expand Down Expand Up @@ -87,7 +87,7 @@
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('class_distributed_match_engine_1_1_dme_dns_exception.html',''); initResizable(); });
/* @license-end */
</script>
Expand All @@ -107,8 +107,7 @@
</div>

<div class="header">
<div class="headertitle">
<div class="title">DistributedMatchEngine.DmeDnsException Member List</div> </div>
<div class="headertitle"><div class="title">DistributedMatchEngine.DmeDnsException Member List</div></div>
</div><!--header-->
<div class="contents">

Expand All @@ -123,7 +122,7 @@
<ul>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.1 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.3 </li>
</ul>
</div>
</body>
Expand Down
23 changes: 11 additions & 12 deletions docs/class_distributed_match_engine_1_1_dme_dns_exception.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="generator" content="Doxygen 1.9.3"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>C# SDK: DistributedMatchEngine.DmeDnsException Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
Expand All @@ -18,7 +18,7 @@
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_search(); });
/* @license-end */
</script>
Expand All @@ -41,10 +41,10 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<!-- Generated by Doxygen 1.9.3 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
/* @license-end */
</script>
<div id="navrow1" class="tabs">
Expand Down Expand Up @@ -87,7 +87,7 @@
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('class_distributed_match_engine_1_1_dme_dns_exception.html',''); initResizable(); });
/* @license-end */
</script>
Expand All @@ -110,21 +110,20 @@
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="class_distributed_match_engine_1_1_dme_dns_exception-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">DistributedMatchEngine.DmeDnsException Class Reference<div class="ingroups"><a class="el" href="group__exceptions.html">Exceptions</a> &raquo; <a class="el" href="group__exceptions__dme.html">MatchingEngine API Exceptions</a></div></div> </div>
<div class="headertitle"><div class="title">DistributedMatchEngine.DmeDnsException Class Reference<div class="ingroups"><a class="el" href="group__exceptions.html">Exceptions</a> &raquo; <a class="el" href="group__exceptions__dme.html">MatchingEngine API Exceptions</a></div></div></div>
</div><!--header-->
<div class="contents">

<p>Inherits Exception.</p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a8f4bc9747ad87d393c94f7047f1c15ce"><td class="memItemLeft" align="right" valign="top"><a id="a8f4bc9747ad87d393c94f7047f1c15ce"></a>
<tr class="memitem:a8f4bc9747ad87d393c94f7047f1c15ce"><td class="memItemLeft" align="right" valign="top"><a id="a8f4bc9747ad87d393c94f7047f1c15ce" name="a8f4bc9747ad87d393c94f7047f1c15ce"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>DmeDnsException</b> (string message, Exception InnerException=null)</td></tr>
<tr class="separator:a8f4bc9747ad87d393c94f7047f1c15ce"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Occurs when MobiledgeX does not have user's MCC and MNC mapped to a DME </p>
<div class="textblock"><p >Occurs when MobiledgeX does not have user's MCC and MNC mapped to a DME </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.18-->
Expand All @@ -134,7 +133,7 @@
<li class="navelem"><a class="el" href="namespace_distributed_match_engine.html">DistributedMatchEngine</a></li><li class="navelem"><a class="el" href="class_distributed_match_engine_1_1_dme_dns_exception.html">DmeDnsException</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.1 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.3 </li>
</ul>
</div>
</body>
Expand Down
4 changes: 0 additions & 4 deletions docs/class_distributed_match_engine_1_1_dme_dns_exception.js

This file was deleted.

Loading