forked from ARMmbed/mbed-os
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit adf49a9
Showing
4,449 changed files
with
972,903 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,149 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> | ||
<meta http-equiv="X-UA-Compatible" content="IE=11"/> | ||
<meta name="generator" content="Doxygen 1.9.5"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<title>Mbed OS Reference: ALT1250_PPP_CellularContext.h Source File</title> | ||
<link href="tabs.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="jquery.js"></script> | ||
<script type="text/javascript" src="dynsections.js"></script> | ||
<link href="navtree.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="resize.js"></script> | ||
<script type="text/javascript" src="navtreedata.js"></script> | ||
<script type="text/javascript" src="navtree.js"></script> | ||
<link href="search/search.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="search/searchdata.js"></script> | ||
<script type="text/javascript" src="search/search.js"></script> | ||
<link href="doxygen.css" rel="stylesheet" type="text/css" /> | ||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/> | ||
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
<div id="top"><!-- do not remove this div, it is closed by doxygen! --> | ||
<div id="titlearea"> | ||
<table cellspacing="0" cellpadding="0"> | ||
<tbody> | ||
<tr id="projectrow"> | ||
<td id="projectlogo"><img alt="Logo" src="mbed-ce_55x55.png"/></td> | ||
<td id="projectalign"> | ||
<div id="projectname">Mbed OS Reference | ||
</div> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<!-- end header part --> | ||
<!-- Generated by Doxygen 1.9.5 --> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | ||
var searchBox = new SearchBox("searchBox", "search/",'.html'); | ||
/* @license-end */ | ||
</script> | ||
<script type="text/javascript" src="menudata.js"></script> | ||
<script type="text/javascript" src="menu.js"></script> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | ||
$(function() { | ||
initMenu('',true,false,'search.php','Search'); | ||
$(document).ready(function() { init_search(); }); | ||
}); | ||
/* @license-end */ | ||
</script> | ||
<div id="main-nav"></div> | ||
</div><!-- top --> | ||
<div id="side-nav" class="ui-resizable side-nav-resizable"> | ||
<div id="nav-tree"> | ||
<div id="nav-tree-contents"> | ||
<div id="nav-sync" class="sync"></div> | ||
</div> | ||
</div> | ||
<div id="splitbar" style="-moz-user-select:none;" | ||
class="ui-resizable-handle"> | ||
</div> | ||
</div> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | ||
$(document).ready(function(){initNavTree('_a_l_t1250___p_p_p___cellular_context_8h_source.html',''); initResizable(); }); | ||
/* @license-end */ | ||
</script> | ||
<div id="doc-content"> | ||
<!-- window showing the filter options --> | ||
<div id="MSearchSelectWindow" | ||
onmouseover="return searchBox.OnSearchSelectShow()" | ||
onmouseout="return searchBox.OnSearchSelectHide()" | ||
onkeydown="return searchBox.OnSearchSelectKey(event)"> | ||
</div> | ||
|
||
<!-- iframe showing the search results (closed by default) --> | ||
<div id="MSearchResultsWindow"> | ||
<div id="MSearchResults"> | ||
<div class="SRPage"> | ||
<div id="SRIndex"> | ||
<div id="SRResults"></div> | ||
<div class="SRStatus" id="Loading">Loading...</div> | ||
<div class="SRStatus" id="Searching">Searching...</div> | ||
<div class="SRStatus" id="NoMatches">No Matches</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="header"> | ||
<div class="headertitle"><div class="title">ALT1250_PPP_CellularContext.h</div></div> | ||
</div><!--header--> | ||
<div class="contents"> | ||
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div> | ||
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Copyright (c) 2020, Arm Limited and affiliates.</span></div> | ||
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * SPDX-License-Identifier: Apache-2.0</span></div> | ||
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> *</span></div> | ||
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span></div> | ||
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> * you may not use this file except in compliance with the License.</span></div> | ||
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> * You may obtain a copy of the License at</span></div> | ||
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> *</span></div> | ||
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span></div> | ||
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> *</span></div> | ||
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"> * Unless required by applicable law or agreed to in writing, software</span></div> | ||
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span></div> | ||
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div> | ||
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment"> * See the License for the specific language governing permissions and</span></div> | ||
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment"> * limitations under the License.</span></div> | ||
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment"> */</span></div> | ||
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="preprocessor">#ifndef ALT1250_PPP_CELLULARCONTEXT_H_</span></div> | ||
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="preprocessor">#define ALT1250_PPP_CELLULARCONTEXT_H_</span></div> | ||
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> </div> | ||
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#include "AT_CellularContext.h"</span></div> | ||
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> </div> | ||
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="keyword">namespace </span>mbed {</div> | ||
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div> | ||
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="classmbed_1_1_a_l_t1250___p_p_p___cellular_context.html"> 24</a></span><span class="keyword">class </span><a class="code hl_class" href="classmbed_1_1_a_l_t1250___p_p_p___cellular_context.html">ALT1250_PPP_CellularContext</a>: <span class="keyword">public</span> <a class="code hl_class" href="classmbed_1_1_a_t___cellular_context.html">AT_CellularContext</a> {</div> | ||
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="keyword">public</span>:</div> | ||
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> <a class="code hl_class" href="classmbed_1_1_a_l_t1250___p_p_p___cellular_context.html">ALT1250_PPP_CellularContext</a>(<a class="code hl_class" href="classmbed_1_1_a_t_handler.html">ATHandler</a> &at, <a class="code hl_class" href="classmbed_1_1_cellular_device.html">CellularDevice</a> *device, <span class="keyword">const</span> <span class="keywordtype">char</span> *apn, <span class="keywordtype">bool</span> cp_req = <span class="keyword">false</span>, <span class="keywordtype">bool</span> nonip_req = <span class="keyword">false</span>);</div> | ||
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> <span class="keyword">virtual</span> <a class="code hl_class" href="classmbed_1_1_a_l_t1250___p_p_p___cellular_context.html">~ALT1250_PPP_CellularContext</a>();</div> | ||
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> </div> | ||
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="keyword">protected</span>:</div> | ||
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="classmbed_1_1_a_l_t1250___p_p_p___cellular_context.html#a704c535da2d14b3dd423aefefbe31724"> 30</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="group___net_socket.html#ga67a8f07758d2ee2a1809293fa52bdf14">nsapi_error_t</a> <a class="code hl_function" href="classmbed_1_1_a_l_t1250___p_p_p___cellular_context.html#a704c535da2d14b3dd423aefefbe31724">do_user_authentication</a>();</div> | ||
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span>};</div> | ||
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div> | ||
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span>} <span class="comment">/* namespace mbed */</span></div> | ||
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div> | ||
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="preprocessor">#endif </span><span class="comment">// ALT1250_PPP_CELLULARCONTEXT_H_</span></div> | ||
<div class="ttc" id="aclassmbed_1_1_a_l_t1250___p_p_p___cellular_context_html"><div class="ttname"><a href="classmbed_1_1_a_l_t1250___p_p_p___cellular_context.html">mbed::ALT1250_PPP_CellularContext</a></div><div class="ttdef"><b>Definition:</b> <a href="_a_l_t1250___p_p_p___cellular_context_8h_source.html#l00024">ALT1250_PPP_CellularContext.h:24</a></div></div> | ||
<div class="ttc" id="aclassmbed_1_1_a_l_t1250___p_p_p___cellular_context_html_a704c535da2d14b3dd423aefefbe31724"><div class="ttname"><a href="classmbed_1_1_a_l_t1250___p_p_p___cellular_context.html#a704c535da2d14b3dd423aefefbe31724">mbed::ALT1250_PPP_CellularContext::do_user_authentication</a></div><div class="ttdeci">virtual nsapi_error_t do_user_authentication()</div><div class="ttdoc">Does the authentication for the PDP Context if user name and password are provided.</div></div> | ||
<div class="ttc" id="aclassmbed_1_1_a_t___cellular_context_html"><div class="ttname"><a href="classmbed_1_1_a_t___cellular_context.html">mbed::AT_CellularContext</a></div><div class="ttdef"><b>Definition:</b> <a href="_a_t___cellular_context_8h_source.html#l00036">AT_CellularContext.h:36</a></div></div> | ||
<div class="ttc" id="aclassmbed_1_1_a_t_handler_html"><div class="ttname"><a href="classmbed_1_1_a_t_handler.html">mbed::ATHandler</a></div><div class="ttdoc">Class for sending AT commands and parsing AT responses.</div><div class="ttdef"><b>Definition:</b> <a href="_a_t_handler_8h_source.html#l00068">ATHandler.h:68</a></div></div> | ||
<div class="ttc" id="aclassmbed_1_1_cellular_device_html"><div class="ttname"><a href="classmbed_1_1_cellular_device.html">mbed::CellularDevice</a></div><div class="ttdoc">Class CellularDevice.</div><div class="ttdef"><b>Definition:</b> <a href="_cellular_device_8h_source.html#l00056">CellularDevice.h:56</a></div></div> | ||
<div class="ttc" id="agroup___net_socket_html_ga67a8f07758d2ee2a1809293fa52bdf14"><div class="ttname"><a href="group___net_socket.html#ga67a8f07758d2ee2a1809293fa52bdf14">nsapi_error_t</a></div><div class="ttdeci">signed int nsapi_error_t</div><div class="ttdoc">Type used to represent error codes.</div><div class="ttdef"><b>Definition:</b> <a href="nsapi__types_8h_source.html#l00142">nsapi_types.h:142</a></div></div> | ||
</div><!-- fragment --></div><!-- contents --> | ||
</div><!-- doc-content --> | ||
<!-- start footer part --> | ||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> | ||
<ul> | ||
<li class="navelem"><a class="el" href="dir_52d6e3fc617dfeb646b4ce7c69a37bc4.html">connectivity</a></li><li class="navelem"><a class="el" href="dir_5e84af18287d1c5205a9d3823564dacf.html">drivers</a></li><li class="navelem"><a class="el" href="dir_e30765914e476af396ebcd083d52bb97.html">cellular</a></li><li class="navelem"><a class="el" href="dir_21e141aec3e47f0ebd6a0c821b38c834.html">Altair</a></li><li class="navelem"><a class="el" href="dir_04330dc963b222fffb56115077d60876.html">COMPONENT_ALTAIR_ALT1250</a></li><li class="navelem"><a class="el" href="dir_961dc234eeff03dc352421eaf7e20093.html">PPP</a></li><li class="navelem"><b>ALT1250_PPP_CellularContext.h</b></li> | ||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.5 </li> | ||
</ul> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.