mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-23 13:22:40 +02:00
1254 lines
301 KiB
HTML
1254 lines
301 KiB
HTML
<!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.8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>libnx: include/switch/applets/web.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="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" />
|
|
</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="projectalign">
|
|
<div id="projectname">libnx<span id="projectnumber"> v4.9.0</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.8 -->
|
|
<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>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function() { init_codefold(0); });
|
|
/* @license-end */
|
|
</script>
|
|
<!-- 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 id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_42bea3d40f1f1694e41a8f3166c98108.html">switch</a></li><li class="navelem"><a class="el" href="dir_68784c92a8a0520ca3b455e73fe4da44.html">applets</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">web.h</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="web_8h.html">Go to the documentation of this file.</a><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"> * @file web.h</span></div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * @brief Wrapper for using the web LibraryApplets. See also: https://switchbrew.org/wiki/Internet_Browser</span></div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * @author p-sam, yellows8</span></div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> * @copyright libnx Authors</span></div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="preprocessor">#pragma once</span></div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#include "../types.h"</span></div>
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#include "../services/applet.h"</span></div>
|
|
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#include "../services/caps.h"</span></div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#include "../services/acc.h"</span></div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="preprocessor">#include "../kernel/mutex.h"</span></div>
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment">/// This indicates the type of web-applet.</span></div>
|
|
<div class="foldopen" id="foldopen00015" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"><a class="line" href="web_8h.html#a58e69e3408f1d83c63b6b18fa44402bd"> 15</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> WebShimKind_Shop = 1,</div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> WebShimKind_Login = 2,</div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> WebShimKind_Offline = 3,</div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> WebShimKind_Share = 4,</div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> WebShimKind_Web = 5,</div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> WebShimKind_Wifi = 6,</div>
|
|
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> WebShimKind_Lobby = 7,</div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span>} <a class="code hl_enumeration" href="web_8h.html#a58e69e3408f1d83c63b6b18fa44402bd">WebShimKind</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="comment">/// ExitReason</span></div>
|
|
<div class="foldopen" id="foldopen00026" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"><a class="line" href="web_8h.html#ae2df105f0c760e0db070e6784deae706"> 26</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
|
|
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"><a class="line" href="web_8h.html#ae2df105f0c760e0db070e6784deae706a49f1b55af7edf2ce49db4ed2ea15ecd4"> 27</a></span> <a class="code hl_enumvalue" href="web_8h.html#ae2df105f0c760e0db070e6784deae706a49f1b55af7edf2ce49db4ed2ea15ecd4">WebExitReason_ExitButton</a> = 0x0, <span class="comment">///< User pressed the X button to exit.</span></div>
|
|
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"><a class="line" href="web_8h.html#ae2df105f0c760e0db070e6784deae706afe281dc2c6ba9bd3f8def9ce140cc637"> 28</a></span> <a class="code hl_enumvalue" href="web_8h.html#ae2df105f0c760e0db070e6784deae706afe281dc2c6ba9bd3f8def9ce140cc637">WebExitReason_BackButton</a> = 0x1, <span class="comment">///< User pressed the B button to exit, on the initial page.</span></div>
|
|
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"><a class="line" href="web_8h.html#ae2df105f0c760e0db070e6784deae706a63c1b55aa589c72eac8223e242584acc"> 29</a></span> <a class="code hl_enumvalue" href="web_8h.html#ae2df105f0c760e0db070e6784deae706a63c1b55aa589c72eac8223e242584acc">WebExitReason_Requested</a> = 0x2, <span class="comment">///< The applet exited since \ref webConfigRequestExit was used.</span></div>
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="web_8h.html#ae2df105f0c760e0db070e6784deae706a44170814293fda35f1ceedc770025470"> 30</a></span> <a class="code hl_enumvalue" href="web_8h.html#ae2df105f0c760e0db070e6784deae706a44170814293fda35f1ceedc770025470">WebExitReason_LastUrl</a> = 0x3, <span class="comment">///< The applet exited due to LastUrl handling, see \ref webReplyGetLastUrl.</span></div>
|
|
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="web_8h.html#ae2df105f0c760e0db070e6784deae706a8bf9d604cf4708a294cae694504428c9"> 31</a></span> <a class="code hl_enumvalue" href="web_8h.html#ae2df105f0c760e0db070e6784deae706a8bf9d604cf4708a294cae694504428c9">WebExitReason_ErrorDialog</a> = 0x7, <span class="comment">///< The applet exited after displaying an error dialog.</span></div>
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"><a class="line" href="web_8h.html#ae2df105f0c760e0db070e6784deae706acaccb1139b0f766acd50d965cfcda649"> 32</a></span> <a class="code hl_enumvalue" href="web_8h.html#ae2df105f0c760e0db070e6784deae706acaccb1139b0f766acd50d965cfcda649">WebExitReason_UnknownE</a> = 0xE, <span class="comment">///< Unknown</span></div>
|
|
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span>} <a class="code hl_enumeration" href="web_8h.html#ae2df105f0c760e0db070e6784deae706">WebExitReason</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="comment">/// Button values for \ref webConfigSetBootFooterButtonVisible.</span></div>
|
|
<div class="foldopen" id="foldopen00036" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"><a class="line" href="web_8h.html#a83fce5e967431057a851c90730c8d380"> 36</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="web_8h.html#a83fce5e967431057a851c90730c8d380a9040c2281d27870351f1c849dfde280b"> 37</a></span> <a class="code hl_enumvalue" href="web_8h.html#a83fce5e967431057a851c90730c8d380a9040c2281d27870351f1c849dfde280b">WebFooterButtonId_None</a> = 0, <span class="comment">///< None, for empty \ref WebBootFooterButtonEntry. Invalid for \ref webConfigSetBootFooterButtonVisible input.</span></div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"><a class="line" href="web_8h.html#a83fce5e967431057a851c90730c8d380ad7a6031f87e183aeaa7cc506538c628a"> 38</a></span> <a class="code hl_enumvalue" href="web_8h.html#a83fce5e967431057a851c90730c8d380ad7a6031f87e183aeaa7cc506538c628a">WebFooterButtonId_Type1</a> = 1, <span class="comment">///< Unknown button Id 1.</span></div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="web_8h.html#a83fce5e967431057a851c90730c8d380a285b8dfbaf0cecd35e648a9cc1df7e78"> 39</a></span> <a class="code hl_enumvalue" href="web_8h.html#a83fce5e967431057a851c90730c8d380a285b8dfbaf0cecd35e648a9cc1df7e78">WebFooterButtonId_Type2</a> = 2, <span class="comment">///< Unknown button Id 2.</span></div>
|
|
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="web_8h.html#a83fce5e967431057a851c90730c8d380a539e84db640f9bf74cdb72dbf64e2bb0"> 40</a></span> <a class="code hl_enumvalue" href="web_8h.html#a83fce5e967431057a851c90730c8d380a539e84db640f9bf74cdb72dbf64e2bb0">WebFooterButtonId_Type3</a> = 3, <span class="comment">///< Unknown button Id 3.</span></div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="web_8h.html#a83fce5e967431057a851c90730c8d380ab10393eeb7637b2799b691e773ec7d4c"> 41</a></span> <a class="code hl_enumvalue" href="web_8h.html#a83fce5e967431057a851c90730c8d380ab10393eeb7637b2799b691e773ec7d4c">WebFooterButtonId_Type4</a> = 4, <span class="comment">///< Unknown button Id 4.</span></div>
|
|
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"><a class="line" href="web_8h.html#a83fce5e967431057a851c90730c8d380abe3a4b0c97c9ee3dc1aa136bc397724f"> 42</a></span> <a class="code hl_enumvalue" href="web_8h.html#a83fce5e967431057a851c90730c8d380abe3a4b0c97c9ee3dc1aa136bc397724f">WebFooterButtonId_Type5</a> = 5, <span class="comment">///< Unknown button Id 5.</span></div>
|
|
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="web_8h.html#a83fce5e967431057a851c90730c8d380ad93d74a33f95bc701ba40c51dc7a1474"> 43</a></span> <a class="code hl_enumvalue" href="web_8h.html#a83fce5e967431057a851c90730c8d380ad93d74a33f95bc701ba40c51dc7a1474">WebFooterButtonId_Type6</a> = 6, <span class="comment">///< Unknown button Id 6.</span></div>
|
|
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="web_8h.html#a83fce5e967431057a851c90730c8d380a85964aa95def0b304e8e79f759faedf8"> 44</a></span> <a class="code hl_enumvalue" href="web_8h.html#a83fce5e967431057a851c90730c8d380a85964aa95def0b304e8e79f759faedf8">WebFooterButtonId_Max</a>, <span class="comment">///< Values starting with this are invalid.</span></div>
|
|
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span>} <a class="code hl_enumeration" href="web_8h.html#a83fce5e967431057a851c90730c8d380">WebFooterButtonId</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span><span class="comment">/// WebSessionBootMode</span></div>
|
|
<div class="foldopen" id="foldopen00048" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"><a class="line" href="web_8h.html#a5a0e0a9100afc8d6cbefd6290a9dd668"> 48</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
|
|
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"><a class="line" href="web_8h.html#a5a0e0a9100afc8d6cbefd6290a9dd668a68264253aa9f9b071e9d2b7b07248532"> 49</a></span> <a class="code hl_enumvalue" href="web_8h.html#a5a0e0a9100afc8d6cbefd6290a9dd668a68264253aa9f9b071e9d2b7b07248532">WebSessionBootMode_AllForeground</a> = 0, <span class="comment">///< AllForeground. This is the default.</span></div>
|
|
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="web_8h.html#a5a0e0a9100afc8d6cbefd6290a9dd668a02d32ef6f2494973f62cbf5865827ffd"> 50</a></span> <a class="code hl_enumvalue" href="web_8h.html#a5a0e0a9100afc8d6cbefd6290a9dd668a02d32ef6f2494973f62cbf5865827ffd">WebSessionBootMode_AllForegroundInitiallyHidden</a> = 1, <span class="comment">///< AllForegroundInitiallyHidden</span></div>
|
|
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span>} <a class="code hl_enumeration" href="web_8h.html#a5a0e0a9100afc8d6cbefd6290a9dd668">WebSessionBootMode</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span><span class="comment">/// WebSessionSendMessageKind</span></div>
|
|
<div class="foldopen" id="foldopen00054" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"><a class="line" href="web_8h.html#ad6506dada2c506ada1d496bf8954d3ce"> 54</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
|
|
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"><a class="line" href="web_8h.html#ad6506dada2c506ada1d496bf8954d3ceaac33b568618c4a081be9e1fe3a4549c3"> 55</a></span> <a class="code hl_enumvalue" href="web_8h.html#ad6506dada2c506ada1d496bf8954d3ceaac33b568618c4a081be9e1fe3a4549c3">WebSessionSendMessageKind_BrowserEngineContent</a> = 0x0, <span class="comment">///< BrowserEngine Content</span></div>
|
|
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"><a class="line" href="web_8h.html#ad6506dada2c506ada1d496bf8954d3ceadba33e03f2bc70498bca26d6abac6c8f"> 56</a></span> <a class="code hl_enumvalue" href="web_8h.html#ad6506dada2c506ada1d496bf8954d3ceadba33e03f2bc70498bca26d6abac6c8f">WebSessionSendMessageKind_SystemMessageAppear</a> = 0x100, <span class="comment">///< SystemMessage Appear</span></div>
|
|
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"><a class="line" href="web_8h.html#ad6506dada2c506ada1d496bf8954d3cea2ee5b303e94d18006e8c26e56f7b0db2"> 57</a></span> <a class="code hl_enumvalue" href="web_8h.html#ad6506dada2c506ada1d496bf8954d3cea2ee5b303e94d18006e8c26e56f7b0db2">WebSessionSendMessageKind_Ack</a> = 0x1000, <span class="comment">///< Ack</span></div>
|
|
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span>} <a class="code hl_enumeration" href="web_8h.html#ad6506dada2c506ada1d496bf8954d3ce">WebSessionSendMessageKind</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span><span class="comment">/// WebSessionReceiveMessageKind</span></div>
|
|
<div class="foldopen" id="foldopen00061" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"><a class="line" href="web_8h.html#a0a227d46d4dba693ff86163a02dc4394"> 61</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
|
|
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="web_8h.html#a0a227d46d4dba693ff86163a02dc4394aec44ae02f9e1e45edf56451d1443fd54"> 62</a></span> <a class="code hl_enumvalue" href="web_8h.html#a0a227d46d4dba693ff86163a02dc4394aec44ae02f9e1e45edf56451d1443fd54">WebSessionReceiveMessageKind_BrowserEngineContent</a> = 0x0, <span class="comment">///< BrowserEngine Content</span></div>
|
|
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"><a class="line" href="web_8h.html#a0a227d46d4dba693ff86163a02dc4394abfe6f3a9e04dcbef860b948cbd9885b3"> 63</a></span> <a class="code hl_enumvalue" href="web_8h.html#a0a227d46d4dba693ff86163a02dc4394abfe6f3a9e04dcbef860b948cbd9885b3">WebSessionReceiveMessageKind_AckBrowserEngine</a> = 0x1000, <span class="comment">///< Ack BrowserEngine</span></div>
|
|
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"><a class="line" href="web_8h.html#a0a227d46d4dba693ff86163a02dc4394a9f25d23ab5ac15ab8c9e5d5b17c8347e"> 64</a></span> <a class="code hl_enumvalue" href="web_8h.html#a0a227d46d4dba693ff86163a02dc4394a9f25d23ab5ac15ab8c9e5d5b17c8347e">WebSessionReceiveMessageKind_AckSystemMessage</a> = 0x1001, <span class="comment">///< Ack SystemMessage</span></div>
|
|
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span>} <a class="code hl_enumeration" href="web_8h.html#a0a227d46d4dba693ff86163a02dc4394">WebSessionReceiveMessageKind</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span><span class="comment">/// Struct for the WebWifi applet input storage.</span></div>
|
|
<div class="foldopen" id="foldopen00068" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"><a class="line" href="structWebWifiPageArg.html"> 68</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"><a class="line" href="structWebWifiPageArg.html#ad513bbe8b86f8e4d25f4222d9ced9153"> 69</a></span> <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> <a class="code hl_variable" href="structWebWifiPageArg.html#ad513bbe8b86f8e4d25f4222d9ced9153">unk_x0</a>; <span class="comment">///< Official sw sets this to 0 with appletStorageWrite, separately from the rest of the config struct.</span></div>
|
|
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"><a class="line" href="structWebWifiPageArg.html#a2b6f7f3bf36bffbe3694f4a654dd0d43"> 70</a></span> <span class="keywordtype">char</span> conntest_url[0x100]; <span class="comment">///< Connection-test URL.</span></div>
|
|
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"><a class="line" href="structWebWifiPageArg.html#a0e80a899fe02cb3b9a5e3b7c2bfb8433"> 71</a></span> <span class="keywordtype">char</span> initial_url[0x400]; <span class="comment">///< Initial URL navigated to by the applet.</span></div>
|
|
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"><a class="line" href="structWebWifiPageArg.html#aafc96ce005f762571b1adb8a5b16124c"> 72</a></span> <a class="code hl_struct" href="structUuid.html">Uuid</a> <a class="code hl_variable" href="structWebWifiPageArg.html#aafc96ce005f762571b1adb8a5b16124c">uuid</a>; <span class="comment">///< NIFM Network UUID. Only used by the applet when conntest_url is set.</span></div>
|
|
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"><a class="line" href="structWebWifiPageArg.html#a9eed2d71e38c0af06bcd237fff92ee0c"> 73</a></span> <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> <a class="code hl_variable" href="structWebWifiPageArg.html#a9eed2d71e38c0af06bcd237fff92ee0c">rev</a>; <span class="comment">///< Input value for nifm cmd SetRequirementByRevision. Only used by the applet when conntest_url is set.</span></div>
|
|
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span>} <a class="code hl_struct" href="structWebWifiPageArg.html">WebWifiPageArg</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span><span class="comment">/// Struct for the WebWifi applet output storage.</span></div>
|
|
<div class="foldopen" id="foldopen00077" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"><a class="line" href="structWebWifiReturnValue.html"> 77</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"><a class="line" href="structWebWifiReturnValue.html#ac8ec34e29cf3daea58372b2d82d039a1"> 78</a></span> <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> <a class="code hl_variable" href="structWebWifiReturnValue.html#ac8ec34e29cf3daea58372b2d82d039a1">unk_x0</a>; <span class="comment">///< Unknown.</span></div>
|
|
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="structWebWifiReturnValue.html#a926bc37a4c5bc567dac500806dd61371"> 79</a></span> <a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_variable" href="structWebWifiReturnValue.html#a926bc37a4c5bc567dac500806dd61371">res</a>; <span class="comment">///< Result</span></div>
|
|
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span>} <a class="code hl_struct" href="structWebWifiReturnValue.html">WebWifiReturnValue</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span><span class="comment">/// Config for WebWifi.</span></div>
|
|
<div class="foldopen" id="foldopen00083" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="structWebWifiConfig.html"> 83</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"><a class="line" href="structWebWifiConfig.html#ab0bc55827bbd4c72a615ec6fa779d256"> 84</a></span> <a class="code hl_struct" href="structWebWifiPageArg.html">WebWifiPageArg</a> <a class="code hl_variable" href="structWebWifiConfig.html#ab0bc55827bbd4c72a615ec6fa779d256">arg</a>; <span class="comment">///< Arg data.</span></div>
|
|
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span>} <a class="code hl_struct" href="structWebWifiConfig.html">WebWifiConfig</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span><span class="comment">/// TLV storage, starts with \ref WebArgHeader followed by \ref WebArgTLV entries.</span></div>
|
|
<div class="foldopen" id="foldopen00088" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"><a class="line" href="structWebCommonTLVStorage.html"> 88</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"><a class="line" href="structWebCommonTLVStorage.html#a2368626a1c31d022297f31598946c45b"> 89</a></span> <a class="code hl_typedef" href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a> data[0x2000]; <span class="comment">///< Raw TLV data storage.</span></div>
|
|
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span>} <a class="code hl_struct" href="structWebCommonTLVStorage.html">WebCommonTLVStorage</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span><span class="comment">/// Common struct for the applet output storage, for non-TLV-storage.</span></div>
|
|
<div class="foldopen" id="foldopen00093" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="structWebCommonReturnValue.html"> 93</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"><a class="line" href="structWebCommonReturnValue.html#a48b323e37e7c4ddcc8624f788fb19fa8"> 94</a></span> <a class="code hl_enumeration" href="web_8h.html#ae2df105f0c760e0db070e6784deae706">WebExitReason</a> <a class="code hl_variable" href="structWebCommonReturnValue.html#a48b323e37e7c4ddcc8624f788fb19fa8">exitReason</a>; <span class="comment">///< ExitReason</span></div>
|
|
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"><a class="line" href="structWebCommonReturnValue.html#a14e8ab0add4d5619dd6c96d867b863d0"> 95</a></span> <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> <a class="code hl_variable" href="structWebCommonReturnValue.html#a14e8ab0add4d5619dd6c96d867b863d0">pad</a>; <span class="comment">///< Padding</span></div>
|
|
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"><a class="line" href="structWebCommonReturnValue.html#a95b595602e96e9496521f184d6e93589"> 96</a></span> <span class="keywordtype">char</span> lastUrl[0x1000]; <span class="comment">///< LastUrl string</span></div>
|
|
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"><a class="line" href="structWebCommonReturnValue.html#a44595e4031152c244f681f1b92fd3d0d"> 97</a></span> <a class="code hl_typedef" href="types_8h.html#a3f7e2bcbb0b4c338f3c4f6c937cd4234">u64</a> <a class="code hl_variable" href="structWebCommonReturnValue.html#a44595e4031152c244f681f1b92fd3d0d">lastUrlSize</a>; <span class="comment">///< Size of LastUrl, including NUL-terminator.</span></div>
|
|
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span>} <a class="code hl_define" href="types_8h.html#ab6bd3fc8e13d24a2612da07835dda696">NX_PACKED</a> <a class="code hl_struct" href="structWebCommonReturnValue.html">WebCommonReturnValue</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span><span class="comment">/// Header struct at offset 0 in the web Arg storage (non-webWifi).</span></div>
|
|
<div class="foldopen" id="foldopen00101" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="structWebArgHeader.html"> 101</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"><a class="line" href="structWebArgHeader.html#a44affeed0260463f56cc94fbb131d8f9"> 102</a></span> <a class="code hl_typedef" href="types_8h.html#ace9d960e74685e2cd84b36132dbbf8aa">u16</a> <a class="code hl_variable" href="structWebArgHeader.html#a44affeed0260463f56cc94fbb131d8f9">total_entries</a>; <span class="comment">///< Total \ref WebArgTLV entries following this struct.</span></div>
|
|
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"><a class="line" href="structWebArgHeader.html#a573f25721d263ebafaec3fea7b978b7a"> 103</a></span> <a class="code hl_typedef" href="types_8h.html#ace9d960e74685e2cd84b36132dbbf8aa">u16</a> <a class="code hl_variable" href="structWebArgHeader.html#a573f25721d263ebafaec3fea7b978b7a">pad</a>; <span class="comment">///< Padding</span></div>
|
|
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"><a class="line" href="structWebArgHeader.html#ad1210b5441b68e4d996015e3d7e3a01a"> 104</a></span> <a class="code hl_enumeration" href="web_8h.html#a58e69e3408f1d83c63b6b18fa44402bd">WebShimKind</a> <a class="code hl_variable" href="structWebArgHeader.html#ad1210b5441b68e4d996015e3d7e3a01a">shimKind</a>; <span class="comment">///< ShimKind</span></div>
|
|
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span>} <a class="code hl_define" href="types_8h.html#ab6bd3fc8e13d24a2612da07835dda696">NX_PACKED</a> <a class="code hl_struct" href="structWebArgHeader.html">WebArgHeader</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span><span class="comment">/// Web TLV used in the web Arg storage.</span></div>
|
|
<div class="foldopen" id="foldopen00108" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="structWebArgTLV.html"> 108</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"><a class="line" href="structWebArgTLV.html#a22e07d4459cee4ba740147f7ade07016"> 109</a></span> <a class="code hl_typedef" href="types_8h.html#ace9d960e74685e2cd84b36132dbbf8aa">u16</a> <a class="code hl_variable" href="structWebArgTLV.html#a22e07d4459cee4ba740147f7ade07016">type</a>; <span class="comment">///< Type of this arg.</span></div>
|
|
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"><a class="line" href="structWebArgTLV.html#ad9e2d73b09452db0515ff736c556af80"> 110</a></span> <a class="code hl_typedef" href="types_8h.html#ace9d960e74685e2cd84b36132dbbf8aa">u16</a> <a class="code hl_variable" href="structWebArgTLV.html#ad9e2d73b09452db0515ff736c556af80">size</a>; <span class="comment">///< Size of the arg data following this struct.</span></div>
|
|
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"><a class="line" href="structWebArgTLV.html#a97c17f0acd4a24ebab2309b2a146704b"> 111</a></span> <a class="code hl_typedef" href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a> pad[4]; <span class="comment">///< Padding</span></div>
|
|
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span>} <a class="code hl_define" href="types_8h.html#ab6bd3fc8e13d24a2612da07835dda696">NX_PACKED</a> <a class="code hl_struct" href="structWebArgTLV.html">WebArgTLV</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span><span class="comment">/// Config struct for web applets, non-WebWifi.</span></div>
|
|
<div class="foldopen" id="foldopen00115" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"><a class="line" href="structWebCommonConfig.html"> 115</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"><a class="line" href="structWebCommonConfig.html#a8c1935c038eab009006ed9dcb6c60c72"> 116</a></span> <a class="code hl_struct" href="structWebCommonTLVStorage.html">WebCommonTLVStorage</a> <a class="code hl_variable" href="structWebCommonConfig.html#a8c1935c038eab009006ed9dcb6c60c72">arg</a>; <span class="comment">///< TLV storage.</span></div>
|
|
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"><a class="line" href="structWebCommonConfig.html#a8e94185362c08cdd9da4778b5de3cd9f"> 117</a></span> <a class="code hl_enumeration" href="applet_8h.html#ad14dd5237407f4896cf69bb53362b346">AppletId</a> <a class="code hl_variable" href="structWebCommonConfig.html#a8e94185362c08cdd9da4778b5de3cd9f">appletid</a>; <span class="comment">///< AppletId</span></div>
|
|
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"><a class="line" href="structWebCommonConfig.html#a2335e83536e086c476b02998cb284525"> 118</a></span> <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> <a class="code hl_variable" href="structWebCommonConfig.html#a2335e83536e086c476b02998cb284525">version</a>; <span class="comment">///< CommonArgs applet version.</span></div>
|
|
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"><a class="line" href="structWebCommonConfig.html#ad67aa3893cb79a22db9bdf827a4ad5f8"> 119</a></span> <a class="code hl_struct" href="structAppletHolder.html">AppletHolder</a> <a class="code hl_variable" href="structWebCommonConfig.html#ad67aa3893cb79a22db9bdf827a4ad5f8">holder</a>; <span class="comment">///< AppletHolder</span></div>
|
|
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span>} <a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span><span class="comment">/// Common container struct for applets' reply data, from the output storage.</span></div>
|
|
<div class="foldopen" id="foldopen00123" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"><a class="line" href="structWebCommonReply.html"> 123</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"><a class="line" href="structWebCommonReply.html#a0e112d07e067b7fa1a183acd7ae06023"> 124</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structWebCommonReply.html#a0e112d07e067b7fa1a183acd7ae06023">type</a>; <span class="comment">///< Type of reply: false = ret, true = storage.</span></div>
|
|
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"><a class="line" href="structWebCommonReply.html#a8e29df31b8eee4fa818740861213d6b0"> 125</a></span> <a class="code hl_enumeration" href="web_8h.html#a58e69e3408f1d83c63b6b18fa44402bd">WebShimKind</a> <a class="code hl_variable" href="structWebCommonReply.html#a8e29df31b8eee4fa818740861213d6b0">shimKind</a>; <span class="comment">///< ShimKind</span></div>
|
|
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"><a class="line" href="structWebCommonReply.html#adaee968e704c3de2034f4880a99eb43b"> 126</a></span> <a class="code hl_struct" href="structWebCommonReturnValue.html">WebCommonReturnValue</a> <a class="code hl_variable" href="structWebCommonReply.html#adaee968e704c3de2034f4880a99eb43b">ret</a>; <span class="comment">///< Reply data for reply=false.</span></div>
|
|
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"><a class="line" href="structWebCommonReply.html#a45263398ce9e33ba1cae325c334931e6"> 127</a></span> <a class="code hl_struct" href="structWebCommonTLVStorage.html">WebCommonTLVStorage</a> <a class="code hl_variable" href="structWebCommonReply.html#a45263398ce9e33ba1cae325c334931e6">storage</a>; <span class="comment">///< Reply data for reply=true.</span></div>
|
|
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span>} <a class="code hl_struct" href="structWebCommonReply.html">WebCommonReply</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span><span class="comment">/// Entry data for ::WebArgType_BootFooterButton.</span></div>
|
|
<div class="foldopen" id="foldopen00131" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"><a class="line" href="structWebBootFooterButtonEntry.html"> 131</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> <a class="code hl_enumeration" href="web_8h.html#a83fce5e967431057a851c90730c8d380">WebFooterButtonId</a> id;</div>
|
|
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> <a class="code hl_typedef" href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a> visible;</div>
|
|
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> <a class="code hl_typedef" href="types_8h.html#ace9d960e74685e2cd84b36132dbbf8aa">u16</a> unk_x5;</div>
|
|
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> <a class="code hl_typedef" href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a> unk_x7;</div>
|
|
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span>} <a class="code hl_define" href="types_8h.html#ab6bd3fc8e13d24a2612da07835dda696">NX_PACKED</a> <a class="code hl_struct" href="structWebBootFooterButtonEntry.html">WebBootFooterButtonEntry</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span><span class="comment">/// StorageHandleQueue</span></div>
|
|
<div class="foldopen" id="foldopen00139" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"><a class="line" href="structWebSessionStorageHandleQueue.html"> 139</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> <a class="code hl_typedef" href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a> read_pos;</div>
|
|
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> <a class="code hl_typedef" href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a> write_pos;</div>
|
|
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> <a class="code hl_typedef" href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a> max_storages;</div>
|
|
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> <span class="keywordtype">bool</span> is_full;</div>
|
|
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> <a class="code hl_struct" href="structAppletStorage.html">AppletStorage</a> storages[0x10];</div>
|
|
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span>} <a class="code hl_struct" href="structWebSessionStorageHandleQueue.html">WebSessionStorageHandleQueue</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span><span class="comment">/// WebSession</span></div>
|
|
<div class="foldopen" id="foldopen00148" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"><a class="line" href="structWebSession.html"> 148</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> <a class="code hl_typedef" href="mutex_8h.html#a2d649c880d4330dc891cda67837eb897">Mutex</a> mutex;</div>
|
|
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> <a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a> *config;</div>
|
|
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> count;</div>
|
|
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> cur_size;</div>
|
|
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> } queue[2];</div>
|
|
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> <a class="code hl_struct" href="structWebSessionStorageHandleQueue.html">WebSessionStorageHandleQueue</a> storage_queue;</div>
|
|
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span>} <a class="code hl_struct" href="structWebSession.html">WebSession</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span><span class="comment">/// SessionMessageHeader</span></div>
|
|
<div class="foldopen" id="foldopen00159" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"><a class="line" href="structWebSessionMessageHeader.html"> 159</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"><a class="line" href="structWebSessionMessageHeader.html#a319d3ed4c648bd0e0118a4000ee6daf0"> 160</a></span> <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> <a class="code hl_variable" href="structWebSessionMessageHeader.html#a319d3ed4c648bd0e0118a4000ee6daf0">kind</a>; <span class="comment">///< Message Kind (\ref WebSessionSendMessageKind / \ref WebSessionReceiveMessageKind)</span></div>
|
|
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"><a class="line" href="structWebSessionMessageHeader.html#ac85f5c529261de14211130583b82adbd"> 161</a></span> <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> <a class="code hl_variable" href="structWebSessionMessageHeader.html#ac85f5c529261de14211130583b82adbd">size</a>; <span class="comment">///< Data size following the header.</span></div>
|
|
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"><a class="line" href="structWebSessionMessageHeader.html#aa4d981c7bbffebdaf9f32cd70a91c1bc"> 162</a></span> <a class="code hl_typedef" href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a> reserved[0x8]; <span class="comment">///< Unused</span></div>
|
|
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span>} <a class="code hl_struct" href="structWebSessionMessageHeader.html">WebSessionMessageHeader</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span><span class="comment">/// Types for \ref WebArgTLV, input storage.</span></div>
|
|
<div class="foldopen" id="foldopen00166" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24"> 166</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
|
|
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a2adea6172430ded7180cee15ab283a20"> 167</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a2adea6172430ded7180cee15ab283a20">WebArgType_Url</a> = 0x1, <span class="comment">///< [1.0.0+] String, size 0xC00. Initial URL.</span></div>
|
|
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a4591ee683c3d4f233b3959181fa6fa09"> 168</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a4591ee683c3d4f233b3959181fa6fa09">WebArgType_CallbackUrl</a> = 0x3, <span class="comment">///< [1.0.0+] String, size 0x400.</span></div>
|
|
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24ac66ea9adadda63b957fe05627c04d9c2"> 169</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24ac66ea9adadda63b957fe05627c04d9c2">WebArgType_CallbackableUrl</a> = 0x4, <span class="comment">///< [1.0.0+] String, size 0x400.</span></div>
|
|
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24af4ee3c3ee3ad0ccaa9d3d2f2b7d72682"> 170</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24af4ee3c3ee3ad0ccaa9d3d2f2b7d72682">WebArgType_ApplicationId</a> = 0x5, <span class="comment">///< [1.0.0+] Offline-applet, u64 ApplicationId</span></div>
|
|
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24aaef4aa43bbde34535f54b99026017b60"> 171</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24aaef4aa43bbde34535f54b99026017b60">WebArgType_DocumentPath</a> = 0x6, <span class="comment">///< [1.0.0+] Offline-applet, string with size 0xC00.</span></div>
|
|
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24ae101b74bd714623230d5b792525c088f"> 172</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24ae101b74bd714623230d5b792525c088f">WebArgType_DocumentKind</a> = 0x7, <span class="comment">///< [1.0.0+] Offline-applet, u32 enum \WebDocumentKind.</span></div>
|
|
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a00eef736d9649fda6cabe97a5fdce713"> 173</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a00eef736d9649fda6cabe97a5fdce713">WebArgType_SystemDataId</a> = 0x8, <span class="comment">///< [1.0.0+] Offline-applet, u64 SystemDataId</span></div>
|
|
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a2ec4b9de2bf7d56772607cde75829a29"> 174</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a2ec4b9de2bf7d56772607cde75829a29">WebArgType_ShareStartPage</a> = 0x9, <span class="comment">///< [1.0.0+] u32 enum \WebShareStartPage</span></div>
|
|
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24aaa2179599d57b0f84a6b4d5e43355da4"> 175</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24aaa2179599d57b0f84a6b4d5e43355da4">WebArgType_Whitelist</a> = 0xA, <span class="comment">///< [1.0.0+] String, size 0x1000.</span></div>
|
|
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24adb29efc67821c3b1e18073d9dcd95152"> 176</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24adb29efc67821c3b1e18073d9dcd95152">WebArgType_NewsFlag</a> = 0xB, <span class="comment">///< [1.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a64595870796a2bb941db478a23275ea3"> 177</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a64595870796a2bb941db478a23275ea3">WebArgType_UnknownC</a> = 0xC, <span class="comment">///< [1.0.0+] u8</span></div>
|
|
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a2396a3eea8e0322473f647ed95a1ba52"> 178</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a2396a3eea8e0322473f647ed95a1ba52">WebArgType_UnknownD</a> = 0xD, <span class="comment">///< [1.0.0+] u8</span></div>
|
|
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24aee9fe1f1d3b50c04d692eb1906301941"> 179</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24aee9fe1f1d3b50c04d692eb1906301941">WebArgType_Uid</a> = 0xE, <span class="comment">///< [1.0.0+] \ref AccountUid, controls which user-specific savedata to mount.</span></div>
|
|
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24afaa55d8d890b9943b031e991345ea4ad"> 180</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24afaa55d8d890b9943b031e991345ea4ad">WebArgType_AlbumEntry0</a> = 0xF, <span class="comment">///< [1.0.0+] Share-applet caps AlbumEntry, entry 0.</span></div>
|
|
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24afa5fa1b82be77fcc9c846009d78772ba"> 181</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24afa5fa1b82be77fcc9c846009d78772ba">WebArgType_ScreenShot</a> = 0x10, <span class="comment">///< [1.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24aadd2a1b89878658d2c2626d94240a143"> 182</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24aadd2a1b89878658d2c2626d94240a143">WebArgType_EcClientCert</a> = 0x11, <span class="comment">///< [1.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24adc70a7c585c8ec138c0b5ac2443ff8ed"> 183</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24adc70a7c585c8ec138c0b5ac2443ff8ed">WebArgType_Unknown12</a> = 0x12, <span class="comment">///< [1.0.0+] u8</span></div>
|
|
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a2bb1532d53cf93f574231f3f6d9f45b2"> 184</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a2bb1532d53cf93f574231f3f6d9f45b2">WebArgType_PlayReport</a> = 0x13, <span class="comment">///< [1.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a464398febd03776f3038996daa2764cc"> 185</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a464398febd03776f3038996daa2764cc">WebArgType_Unknown14</a> = 0x14, <span class="comment">///< [1.0.0+] u8</span></div>
|
|
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24abf33b2c8793cd30b3c0e4395e5ee1dd8"> 186</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24abf33b2c8793cd30b3c0e4395e5ee1dd8">WebArgType_Unknown15</a> = 0x15, <span class="comment">///< [1.0.0+] u8</span></div>
|
|
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24ab54cef9598e251143dd98a60f668fd7a"> 187</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24ab54cef9598e251143dd98a60f668fd7a">WebArgType_BootDisplayKind</a> = 0x17, <span class="comment">///< [1.0.0+] u32 enum \ref WebBootDisplayKind</span></div>
|
|
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24aeced9377ce1b7243d600c8cff50f34bf"> 188</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24aeced9377ce1b7243d600c8cff50f34bf">WebArgType_BackgroundKind</a> = 0x18, <span class="comment">///< [1.0.0+] u32 enum \ref WebBackgroundKind</span></div>
|
|
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a760ae14ecc0b98aca00ff2c3dea099cb"> 189</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a760ae14ecc0b98aca00ff2c3dea099cb">WebArgType_Footer</a> = 0x19, <span class="comment">///< [1.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24aaad409d7e37364a4adfac1e80787a5eb"> 190</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24aaad409d7e37364a4adfac1e80787a5eb">WebArgType_Pointer</a> = 0x1A, <span class="comment">///< [1.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24ad11bc16457af19a10f5a05ac4f640417"> 191</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24ad11bc16457af19a10f5a05ac4f640417">WebArgType_LeftStickMode</a> = 0x1B, <span class="comment">///< [1.0.0+] u32 enum \ref WebLeftStickMode</span></div>
|
|
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a4bb7c6b83e9c8ed73d45740691058b13"> 192</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a4bb7c6b83e9c8ed73d45740691058b13">WebArgType_KeyRepeatFrame0</a> = 0x1C, <span class="comment">///< [1.0.0+] s32 KeyRepeatFrame, first param</span></div>
|
|
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24addb46ae506c1ca4810ab8b4d22b933e1"> 193</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24addb46ae506c1ca4810ab8b4d22b933e1">WebArgType_KeyRepeatFrame1</a> = 0x1D, <span class="comment">///< [1.0.0+] s32 KeyRepeatFrame, second param</span></div>
|
|
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24ad5a9aff84242cf44463786dd52302d58"> 194</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24ad5a9aff84242cf44463786dd52302d58">WebArgType_BootAsMediaPlayerInverted</a> = 0x1E, <span class="comment">///< [1.0.0+] u8 bool. With News on [3.0.0+] this is set after BootAsMediaPlayer with the value inverted.</span></div>
|
|
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a0e402c5a24c6edea5315a2e2448d7e70"> 195</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a0e402c5a24c6edea5315a2e2448d7e70">WebArgType_DisplayUrlKind</a> = 0x1F, <span class="comment">///< [1.0.0+] u8 bool, DisplayUrlKind (value = (input_enumval==0x1)).</span></div>
|
|
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a6a84958e7b66c2b02aa019f77b02d4d2"> 196</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a6a84958e7b66c2b02aa019f77b02d4d2">WebArgType_BootAsMediaPlayer</a> = 0x21, <span class="comment">///< [2.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24aaf32d5cc444f454b23ff03c22d8fdd15"> 197</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24aaf32d5cc444f454b23ff03c22d8fdd15">WebArgType_ShopJump</a> = 0x22, <span class="comment">///< [2.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a61eb9174b7f0ef194986d45005c03853"> 198</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a61eb9174b7f0ef194986d45005c03853">WebArgType_MediaPlayerUserGestureRestriction</a> = 0x23, <span class="comment">///< [2.0.0-5.1.0] u8 bool</span></div>
|
|
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a61fbfa927f04b01a671f16774ff37932"> 199</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a61fbfa927f04b01a671f16774ff37932">WebArgType_MediaAutoPlay</a> = 0x23, <span class="comment">///< [6.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a5efe378e5a2690cb53d89397a84fd1eb"> 200</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a5efe378e5a2690cb53d89397a84fd1eb">WebArgType_LobbyParameter</a> = 0x24, <span class="comment">///< [2.0.0+] String, size 0x100.</span></div>
|
|
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24af475b007daaf30b72e61ab852fe405eb"> 201</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24af475b007daaf30b72e61ab852fe405eb">WebArgType_ApplicationAlbumEntry</a> = 0x26, <span class="comment">///< [3.0.0+] Share-applet caps ApplicationAlbumEntry</span></div>
|
|
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24ae1586aaa8b99d9cf004447c0e59766ef"> 202</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24ae1586aaa8b99d9cf004447c0e59766ef">WebArgType_JsExtension</a> = 0x27, <span class="comment">///< [3.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24ae9677d8b2b5f5327806b7d9b6d76399a"> 203</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24ae9677d8b2b5f5327806b7d9b6d76399a">WebArgType_AdditionalCommentText</a> = 0x28, <span class="comment">///< [4.0.0+] String, size 0x100. Share-applet AdditionalCommentText.</span></div>
|
|
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a7b6ef9090403abbc044ba20d04257683"> 204</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a7b6ef9090403abbc044ba20d04257683">WebArgType_TouchEnabledOnContents</a> = 0x29, <span class="comment">///< [4.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a70dd71d8a5ad81090214013d6d615afd"> 205</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a70dd71d8a5ad81090214013d6d615afd">WebArgType_UserAgentAdditionalString</a> = 0x2A, <span class="comment">///< [4.0.0+] String, size 0x80.</span></div>
|
|
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a43bcaac40eb0b55f6b7c9f3974ac95aa"> 206</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a43bcaac40eb0b55f6b7c9f3974ac95aa">WebArgType_AdditionalMediaData0</a> = 0x2B, <span class="comment">///< [4.0.0+] Share-applet 0x10-byte u8 array, AdditionalMediaData. Entry 0. If the user-input size is less than 0x10, the remaining data used for the TLV is cleared.</span></div>
|
|
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24ad5e1fba50b8a26e22694c228cadabc9d"> 207</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24ad5e1fba50b8a26e22694c228cadabc9d">WebArgType_MediaPlayerAutoClose</a> = 0x2C, <span class="comment">///< [4.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a43db61ef6360b74d654b4ed26aa6937e"> 208</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a43db61ef6360b74d654b4ed26aa6937e">WebArgType_PageCache</a> = 0x2D, <span class="comment">///< [4.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a6dc611dc812e08f4e289cc7d4d601e2d"> 209</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a6dc611dc812e08f4e289cc7d4d601e2d">WebArgType_WebAudio</a> = 0x2E, <span class="comment">///< [4.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a258608b02e6a0239f034507337beddf1"> 210</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a258608b02e6a0239f034507337beddf1">WebArgType_2F</a> = 0x2F, <span class="comment">///< [5.0.0+] u8</span></div>
|
|
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a9deab920521df8c079a8ca7e21031c46"> 211</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a9deab920521df8c079a8ca7e21031c46">WebArgType_YouTubeVideoFlag</a> = 0x31, <span class="comment">///< [5.0.0+] u8 bool Indicates that the built-in whitelist for YouTubeVideo should be used.</span></div>
|
|
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a31d886f3b8ac07e373baade9f427b7c6"> 212</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a31d886f3b8ac07e373baade9f427b7c6">WebArgType_FooterFixedKind</a> = 0x32, <span class="comment">///< [5.0.0+] u32 enum \ref WebFooterFixedKind</span></div>
|
|
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a70df19f5990e209b17f68388d93a6250"> 213</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a70df19f5990e209b17f68388d93a6250">WebArgType_PageFade</a> = 0x33, <span class="comment">///< [5.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a574817aa7c1ca752c2e88fe9b12f7a2a"> 214</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a574817aa7c1ca752c2e88fe9b12f7a2a">WebArgType_MediaCreatorApplicationRatingAge</a> = 0x34, <span class="comment">///< [5.0.0+] Share-applet 0x20-byte s8 array, MediaCreatorApplicationRatingAge.</span></div>
|
|
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a4cec92459afc595aea63d44efff0385b"> 215</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a4cec92459afc595aea63d44efff0385b">WebArgType_BootLoadingIcon</a> = 0x35, <span class="comment">///< [5.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a4a5cf8c4b9c020aef820b2b99f314c52"> 216</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a4a5cf8c4b9c020aef820b2b99f314c52">WebArgType_PageScrollIndicator</a> = 0x36, <span class="comment">///< [5.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a1639443cb6f8ffd8de3518ec4c17d229"> 217</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a1639443cb6f8ffd8de3518ec4c17d229">WebArgType_MediaPlayerSpeedControl</a> = 0x37, <span class="comment">///< [6.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a5bbd13db7522e58d726c3a751530d270"> 218</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a5bbd13db7522e58d726c3a751530d270">WebArgType_AlbumEntry1</a> = 0x38, <span class="comment">///< [6.0.0+] Share-applet caps AlbumEntry, entry 1.</span></div>
|
|
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a9c1675c68afe6182f5d8e1c58ec29e4e"> 219</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a9c1675c68afe6182f5d8e1c58ec29e4e">WebArgType_AlbumEntry2</a> = 0x39, <span class="comment">///< [6.0.0+] Share-applet caps AlbumEntry, entry 2.</span></div>
|
|
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24acc27204e0db2e05f597c2535b317bdfb"> 220</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24acc27204e0db2e05f597c2535b317bdfb">WebArgType_AlbumEntry3</a> = 0x3A, <span class="comment">///< [6.0.0+] Share-applet caps AlbumEntry, entry 3.</span></div>
|
|
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a206582bb790c1ae403f57c2fc8ccb056"> 221</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a206582bb790c1ae403f57c2fc8ccb056">WebArgType_AdditionalMediaData1</a> = 0x3B, <span class="comment">///< [6.0.0+] Share-applet 0x10-byte u8 array, AdditionalMediaData. Entry 1.</span></div>
|
|
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a91fe854595b38da0e8ded52c1399ee25"> 222</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a91fe854595b38da0e8ded52c1399ee25">WebArgType_AdditionalMediaData2</a> = 0x3C, <span class="comment">///< [6.0.0+] Share-applet 0x10-byte u8 array, AdditionalMediaData. Entry 2.</span></div>
|
|
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24ac750a965fcdc57b5e05f68fb6d53810b"> 223</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24ac750a965fcdc57b5e05f68fb6d53810b">WebArgType_AdditionalMediaData3</a> = 0x3D, <span class="comment">///< [6.0.0+] Share-applet 0x10-byte u8 array, AdditionalMediaData. Entry 3.</span></div>
|
|
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a7a9a6ae27c7572ec72fbceb9076864dd"> 224</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a7a9a6ae27c7572ec72fbceb9076864dd">WebArgType_BootFooterButton</a> = 0x3E, <span class="comment">///< [6.0.0+] Array of \ref WebBootFooterButtonEntry with 0x10 entries.</span></div>
|
|
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a39ccf6925f49e1f725b9e8609be17422"> 225</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a39ccf6925f49e1f725b9e8609be17422">WebArgType_OverrideWebAudioVolume</a> = 0x3F, <span class="comment">///< [6.0.0+] float</span></div>
|
|
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24abd12c71c484a76c5fc95c89ba2bbae3a"> 226</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24abd12c71c484a76c5fc95c89ba2bbae3a">WebArgType_OverrideMediaAudioVolume</a> = 0x40, <span class="comment">///< [6.0.0+] float</span></div>
|
|
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a343eec9b3229e95402225b97e9621b9e"> 227</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a343eec9b3229e95402225b97e9621b9e">WebArgType_SessionBootMode</a> = 0x41, <span class="comment">///< [7.0.0+] u32 enum \ref WebSessionBootMode</span></div>
|
|
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a472148de6b8e7a92db6d5e0b0246780f"> 228</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a472148de6b8e7a92db6d5e0b0246780f">WebArgType_SessionFlag</a> = 0x42, <span class="comment">///< [7.0.0+] u8 bool, enables using WebSession when set.</span></div>
|
|
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24ab508d17be644c62fc4cefcb4c964db6d"> 229</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24ab508d17be644c62fc4cefcb4c964db6d">WebArgType_MediaPlayerUi</a> = 0x43, <span class="comment">///< [8.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"><a class="line" href="web_8h.html#aae57300a418c31227ba698876a75aa24a7f8839477cb2e47b5a6c1f5ef10fac51"> 230</a></span> <a class="code hl_enumvalue" href="web_8h.html#aae57300a418c31227ba698876a75aa24a7f8839477cb2e47b5a6c1f5ef10fac51">WebArgType_TransferMemory</a> = 0x44, <span class="comment">///< [11.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span>} <a class="code hl_enumeration" href="web_8h.html#aae57300a418c31227ba698876a75aa24">WebArgType</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span><span class="comment">/// Types for \ref WebArgTLV, output storage.</span></div>
|
|
<div class="foldopen" id="foldopen00234" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"><a class="line" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024"> 234</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
|
|
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"><a class="line" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024abbde96d69bcf5f334bda59d2f5d4f6ae"> 235</a></span> <a class="code hl_enumvalue" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024abbde96d69bcf5f334bda59d2f5d4f6ae">WebReplyType_ExitReason</a> = 0x1, <span class="comment">///< [3.0.0+] u32 ExitReason</span></div>
|
|
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"><a class="line" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024a49cf19d27472493d121aae511be8de25"> 236</a></span> <a class="code hl_enumvalue" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024a49cf19d27472493d121aae511be8de25">WebReplyType_LastUrl</a> = 0x2, <span class="comment">///< [3.0.0+] string</span></div>
|
|
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"><a class="line" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024aadaa8111a9f1a68347c62091cd316cf5"> 237</a></span> <a class="code hl_enumvalue" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024aadaa8111a9f1a68347c62091cd316cf5">WebReplyType_LastUrlSize</a> = 0x3, <span class="comment">///< [3.0.0+] u64</span></div>
|
|
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"><a class="line" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024ae9c2c94f31a07ae283e2018dcd7c8fb9"> 238</a></span> <a class="code hl_enumvalue" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024ae9c2c94f31a07ae283e2018dcd7c8fb9">WebReplyType_SharePostResult</a> = 0x4, <span class="comment">///< [3.0.0+] u32 SharePostResult</span></div>
|
|
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"><a class="line" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024aa8d5c1554eec15f323b2b96d467d7a78"> 239</a></span> <a class="code hl_enumvalue" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024aa8d5c1554eec15f323b2b96d467d7a78">WebReplyType_PostServiceName</a> = 0x5, <span class="comment">///< [3.0.0+] string</span></div>
|
|
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"><a class="line" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024a92d9c92435270d91afd38ad1dc1dbb21"> 240</a></span> <a class="code hl_enumvalue" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024a92d9c92435270d91afd38ad1dc1dbb21">WebReplyType_PostServiceNameSize</a> = 0x6, <span class="comment">///< [3.0.0+] u64</span></div>
|
|
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"><a class="line" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024a61f17ba537f9af4a112fd4cbdf434c47"> 241</a></span> <a class="code hl_enumvalue" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024a61f17ba537f9af4a112fd4cbdf434c47">WebReplyType_PostId</a> = 0x7, <span class="comment">///< [3.0.0+] string</span></div>
|
|
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"><a class="line" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024ab6b7a3717bb819b5899854bc5250d764"> 242</a></span> <a class="code hl_enumvalue" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024ab6b7a3717bb819b5899854bc5250d764">WebReplyType_PostIdSize</a> = 0x8, <span class="comment">///< [3.0.0+] u64</span></div>
|
|
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"><a class="line" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024a380f7692f47c8349379d49fc4ffa1453"> 243</a></span> <a class="code hl_enumvalue" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024a380f7692f47c8349379d49fc4ffa1453">WebReplyType_MediaPlayerAutoClosedByCompletion</a> = 0x9, <span class="comment">///< [8.0.0+] u8 bool</span></div>
|
|
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span>} <a class="code hl_enumeration" href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024">WebReplyType</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span><span class="comment">/// This controls the kind of content to mount with Offline-applet.</span></div>
|
|
<div class="foldopen" id="foldopen00247" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"><a class="line" href="web_8h.html#abdfa56958121f76497d70839ea1ccacc"> 247</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
|
|
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"><a class="line" href="web_8h.html#abdfa56958121f76497d70839ea1ccaccac2f271d3350b685f54578123efa448c9"> 248</a></span> <a class="code hl_enumvalue" href="web_8h.html#abdfa56958121f76497d70839ea1ccaccac2f271d3350b685f54578123efa448c9">WebDocumentKind_OfflineHtmlPage</a> = 0x1, <span class="comment">///< Use the HtmlDocument NCA content from the application.</span></div>
|
|
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"><a class="line" href="web_8h.html#abdfa56958121f76497d70839ea1ccaccae93d60715a64c902ce5373e8bcfd2ed0"> 249</a></span> <a class="code hl_enumvalue" href="web_8h.html#abdfa56958121f76497d70839ea1ccaccae93d60715a64c902ce5373e8bcfd2ed0">WebDocumentKind_ApplicationLegalInformation</a> = 0x2, <span class="comment">///< Use the LegalInformation NCA content from the application.</span></div>
|
|
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"><a class="line" href="web_8h.html#abdfa56958121f76497d70839ea1ccaccac1d6f71a89574f9242c4b539bb85f3f1"> 250</a></span> <a class="code hl_enumvalue" href="web_8h.html#abdfa56958121f76497d70839ea1ccaccac1d6f71a89574f9242c4b539bb85f3f1">WebDocumentKind_SystemDataPage</a> = 0x3, <span class="comment">///< Use the Data NCA content from the specified SystemData, see also: https://switchbrew.org/wiki/Title_list#System_Data_Archives</span></div>
|
|
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span>} <a class="code hl_enumeration" href="web_8h.html#abdfa56958121f76497d70839ea1ccacc">WebDocumentKind</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span><span class="comment">/// This controls the initial page for ShareApplet, used by \ref webShareCreate.</span></div>
|
|
<div class="foldopen" id="foldopen00254" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"><a class="line" href="web_8h.html#ac039376bbab102ffbdff44f12345a003"> 254</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
|
|
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"><a class="line" href="web_8h.html#ac039376bbab102ffbdff44f12345a003af4bf400f92b7cb3621829a93f8760eaa"> 255</a></span> <a class="code hl_enumvalue" href="web_8h.html#ac039376bbab102ffbdff44f12345a003af4bf400f92b7cb3621829a93f8760eaa">WebShareStartPage_Default</a> = 0, <span class="comment">///< The default "/" page.</span></div>
|
|
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"><a class="line" href="web_8h.html#ac039376bbab102ffbdff44f12345a003aaf3f29a86eada9ad3daf7954a3224cf8"> 256</a></span> <a class="code hl_enumvalue" href="web_8h.html#ac039376bbab102ffbdff44f12345a003aaf3f29a86eada9ad3daf7954a3224cf8">WebShareStartPage_Settings</a> = 1, <span class="comment">///< The "/settings/" page.</span></div>
|
|
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span>} <a class="code hl_enumeration" href="web_8h.html#ac039376bbab102ffbdff44f12345a003">WebShareStartPage</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span><span class="comment">/// Kind values for \ref webConfigSetBootDisplayKind. Controls the background color while displaying the loading screen during applet boot. Also controls the BackgroundKind when value is non-zero.</span></div>
|
|
<div class="foldopen" id="foldopen00260" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"><a class="line" href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83"> 260</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
|
|
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"><a class="line" href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83a5251254acfbc70748235f7f624e472ef"> 261</a></span> <a class="code hl_enumvalue" href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83a5251254acfbc70748235f7f624e472ef">WebBootDisplayKind_Default</a> = 0, <span class="comment">///< Default. BackgroundKind is controlled by \ref WebBackgroundKind.</span></div>
|
|
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"><a class="line" href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83ac89edcf0cd071d89bdf4e3fbba5efa11"> 262</a></span> <a class="code hl_enumvalue" href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83ac89edcf0cd071d89bdf4e3fbba5efa11">WebBootDisplayKind_White</a> = 1, <span class="comment">///< White background. Used by \ref webOfflineCreate for docKind ::WebDocumentKind_ApplicationLegalInformation/::WebDocumentKind_SystemDataPage.</span></div>
|
|
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"><a class="line" href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83ac489611259624ec0c9f6f01d8b39f26f"> 263</a></span> <a class="code hl_enumvalue" href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83ac489611259624ec0c9f6f01d8b39f26f">WebBootDisplayKind_Black</a> = 2, <span class="comment">///< Black background.</span></div>
|
|
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"><a class="line" href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83abb6ba7449cb77889e4c08997516fee7b"> 264</a></span> <a class="code hl_enumvalue" href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83abb6ba7449cb77889e4c08997516fee7b">WebBootDisplayKind_Unknown3</a> = 3, <span class="comment">///< Unknown. Used by \ref webShareCreate.</span></div>
|
|
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"><a class="line" href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83ab0e58b1d55d153fd1275c2dedc725b73"> 265</a></span> <a class="code hl_enumvalue" href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83ab0e58b1d55d153fd1275c2dedc725b73">WebBootDisplayKind_Unknown4</a> = 4, <span class="comment">///< Unknown. Used by \ref webLobbyCreate.</span></div>
|
|
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span>} <a class="code hl_enumeration" href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83">WebBootDisplayKind</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span><span class="comment">/// Kind values for \ref webConfigSetBackgroundKind. Controls the background color while displaying the loading screen during applet boot. Only used when \ref WebBootDisplayKind is ::WebBootDisplayKind_Default. If the applet was not launched by an Application, the applet will only use WebBackgroundKind_Default.</span></div>
|
|
<div class="foldopen" id="foldopen00269" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"><a class="line" href="web_8h.html#a7cf46baca7ccae681fbaf9d4d228631e"> 269</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
|
|
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"><a class="line" href="web_8h.html#a7cf46baca7ccae681fbaf9d4d228631ea60207242aeabaf5a12fe30d73dadf154"> 270</a></span> <a class="code hl_enumvalue" href="web_8h.html#a7cf46baca7ccae681fbaf9d4d228631ea60207242aeabaf5a12fe30d73dadf154">WebBackgroundKind_Default</a> = 0, <span class="comment">///< Default. Same as ::WebBootDisplayKind_White/::WebBootDisplayKind_Black, determined via ::WebArgType_BootAsMediaPlayer.</span></div>
|
|
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"><a class="line" href="web_8h.html#a7cf46baca7ccae681fbaf9d4d228631ea66c8ccf03e8814c17747042673d1616e"> 271</a></span> <a class="code hl_enumvalue" href="web_8h.html#a7cf46baca7ccae681fbaf9d4d228631ea66c8ccf03e8814c17747042673d1616e">WebBackgroundKind_Unknown1</a> = 1, <span class="comment">///< Unknown. Same as ::WebBootDisplayKind_Unknown3.</span></div>
|
|
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"><a class="line" href="web_8h.html#a7cf46baca7ccae681fbaf9d4d228631ea294d71132e0644f9721bc1d4aa919cdd"> 272</a></span> <a class="code hl_enumvalue" href="web_8h.html#a7cf46baca7ccae681fbaf9d4d228631ea294d71132e0644f9721bc1d4aa919cdd">WebBackgroundKind_Unknown2</a> = 2, <span class="comment">///< Unknown. Same as ::WebBootDisplayKind_Unknown4. Used by \ref webLobbyCreate.</span></div>
|
|
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span>} <a class="code hl_enumeration" href="web_8h.html#a7cf46baca7ccae681fbaf9d4d228631e">WebBackgroundKind</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span><span class="comment">/// Mode values for \ref webConfigSetLeftStickMode. Controls the initial mode, this can be toggled by the user via the pressing the left-stick button. If the Pointer flag is set to false (\ref webConfigSetPointer), only ::WebLeftStickMode_Cursor will be used and mode toggle by the user is disabled (input value ignored).</span></div>
|
|
<div class="foldopen" id="foldopen00276" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"><a class="line" href="web_8h.html#a6fdd4ba16d1f2f2ac220a4dd29f24524"> 276</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
|
|
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"><a class="line" href="web_8h.html#a6fdd4ba16d1f2f2ac220a4dd29f24524abf2fec8f49479f853ec41df4eb01e7db"> 277</a></span> <a class="code hl_enumvalue" href="web_8h.html#a6fdd4ba16d1f2f2ac220a4dd29f24524abf2fec8f49479f853ec41df4eb01e7db">WebLeftStickMode_Pointer</a> = 0, <span class="comment">///< The user can directly control the pointer via the left-stick.</span></div>
|
|
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"><a class="line" href="web_8h.html#a6fdd4ba16d1f2f2ac220a4dd29f24524a13e3a0b0945dbc8d8aef288cd5e76bfe"> 278</a></span> <a class="code hl_enumvalue" href="web_8h.html#a6fdd4ba16d1f2f2ac220a4dd29f24524a13e3a0b0945dbc8d8aef288cd5e76bfe">WebLeftStickMode_Cursor</a> = 1, <span class="comment">///< The user can only select elements on the page via the left-stick.</span></div>
|
|
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span>} <a class="code hl_enumeration" href="web_8h.html#a6fdd4ba16d1f2f2ac220a4dd29f24524">WebLeftStickMode</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span><span class="comment">/// Kind values for \ref webConfigSetFooterFixedKind. Controls UI footer display behaviour.</span></div>
|
|
<div class="foldopen" id="foldopen00282" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"><a class="line" href="web_8h.html#aecc6620b4df17f75ce754ae4039b3aba"> 282</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
|
|
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"><a class="line" href="web_8h.html#aecc6620b4df17f75ce754ae4039b3abaa071c80b03686f70b36ab3788f92c1c78"> 283</a></span> <a class="code hl_enumvalue" href="web_8h.html#aecc6620b4df17f75ce754ae4039b3abaa071c80b03686f70b36ab3788f92c1c78">WebFooterFixedKind_Default</a> = 0, <span class="comment">///< Default. Footer is hidden while scrolling.</span></div>
|
|
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"><a class="line" href="web_8h.html#aecc6620b4df17f75ce754ae4039b3abaa275a60a1f80dbeb1cf943c15d7ed0b41"> 284</a></span> <a class="code hl_enumvalue" href="web_8h.html#aecc6620b4df17f75ce754ae4039b3abaa275a60a1f80dbeb1cf943c15d7ed0b41">WebFooterFixedKind_Always</a> = 1, <span class="comment">///< Footer is always displayed regardless of scrolling.</span></div>
|
|
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"><a class="line" href="web_8h.html#aecc6620b4df17f75ce754ae4039b3abaa751e59291c6d6e287b7b673d21ade393"> 285</a></span> <a class="code hl_enumvalue" href="web_8h.html#aecc6620b4df17f75ce754ae4039b3abaa751e59291c6d6e287b7b673d21ade393">WebFooterFixedKind_Hidden</a> = 2, <span class="comment">///< Footer is hidden regardless of scrolling.</span></div>
|
|
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span>} <a class="code hl_enumeration" href="web_8h.html#aecc6620b4df17f75ce754ae4039b3aba">WebFooterFixedKind</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span><span class="comment"> * @brief Creates the config for WifiWebAuthApplet. This is the captive portal applet.</span></div>
|
|
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span><span class="comment"> * @param config WebWifiConfig object.</span></div>
|
|
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span><span class="comment"> * @param conntest_url URL used for the connection-test requests. When empty/NULL the applet will test the connection with nifm and throw an error on failure.</span></div>
|
|
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span><span class="comment"> * @param initial_url Initial URL navigated to by the applet.</span></div>
|
|
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span><span class="comment"> * @param uuid NIFM Network UUID, for nifm cmd SetNetworkProfileId. Value 0 can be used. Only used by the applet when conntest_url is set.</span></div>
|
|
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span><span class="comment"> * @param rev Input value for nifm cmd SetRequirementByRevision. Value 0 can be used. Only used by the applet when conntest_url is set.</span></div>
|
|
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"><a class="line" href="web_8h.html#a320728d4522e3ecb641b6f67d86d63a0"> 296</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="web_8h.html#a320728d4522e3ecb641b6f67d86d63a0">webWifiCreate</a>(<a class="code hl_struct" href="structWebWifiConfig.html">WebWifiConfig</a>* config, <span class="keyword">const</span> <span class="keywordtype">char</span>* conntest_url, <span class="keyword">const</span> <span class="keywordtype">char</span>* initial_url, <a class="code hl_struct" href="structUuid.html">Uuid</a> uuid, <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> rev);</div>
|
|
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span><span class="comment"> * @brief Launches WifiWebAuthApplet with the specified config and waits for it to exit.</span></div>
|
|
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span><span class="comment"> * @param config WebWifiConfig object.</span></div>
|
|
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span><span class="comment"> * @param out Optional output applet reply data, can be NULL.</span></div>
|
|
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"><a class="line" href="web_8h.html#adc4a7ed307fb818cb9549cee7532ae35"> 303</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#adc4a7ed307fb818cb9549cee7532ae35">webWifiShow</a>(<a class="code hl_struct" href="structWebWifiConfig.html">WebWifiConfig</a>* config, <a class="code hl_struct" href="structWebWifiReturnValue.html">WebWifiReturnValue</a> *out);</div>
|
|
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span><span class="comment"> * @brief Creates the config for WebApplet. This applet uses an URL whitelist loaded from the user-process host Application, which is only loaded when running under an Application.</span></div>
|
|
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span><span class="comment"> * @note Sets ::WebArgType_UnknownD, and ::WebArgType_Unknown12 on pre-3.0.0, to value 1.</span></div>
|
|
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span><span class="comment"> * @param url Initial URL navigated to by the applet.</span></div>
|
|
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"><a class="line" href="web_8h.html#a7904cadcb8c7041eb3489189617bf4a1"> 311</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a7904cadcb8c7041eb3489189617bf4a1">webPageCreate</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keyword">const</span> <span class="keywordtype">char</span>* url);</div>
|
|
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"> 314</span><span class="comment"> * @brief Creates the config for WebApplet. This is based on \ref webPageCreate, for News. Hence other functions referencing \ref webPageCreate also apply to this.</span></div>
|
|
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"> 315</span><span class="comment"> * @note The domain from the input URL is automatically whitelisted, in addition to any already loaded whitelist.</span></div>
|
|
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span><span class="comment"> * @note Sets ::WebArgType_UnknownD to value 1, and sets ::WebArgType_NewsFlag to true. Also uses \ref webConfigSetEcClientCert and \ref webConfigSetShopJump with flag=true.</span></div>
|
|
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span><span class="comment"> * @param url Initial URL navigated to by the applet.</span></div>
|
|
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"><a class="line" href="web_8h.html#a8e004b8f925c6f5ea73a6890ada223a8"> 320</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a8e004b8f925c6f5ea73a6890ada223a8">webNewsCreate</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keyword">const</span> <span class="keywordtype">char</span>* url);</div>
|
|
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span><span class="comment"> * @brief Creates the config for WebApplet. This is based on \ref webPageCreate, for YouTubeVideo. Hence other functions referencing \ref webPageCreate also apply to this. This uses a whitelist which essentially only allows youtube embed/ URLs (without mounting content from the host Application).</span></div>
|
|
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span><span class="comment"> * @note This is only available on [5.0.0+].</span></div>
|
|
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"> 325</span><span class="comment"> * @note Sets ::WebArgType_UnknownD to value 1, and sets ::WebArgType_YouTubeVideoFlag to true. Also uses \ref webConfigSetBootAsMediaPlayer with flag=true.</span></div>
|
|
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span><span class="comment"> * @param url Initial URL navigated to by the applet.</span></div>
|
|
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"><a class="line" href="web_8h.html#a734caa1c239ae5c8757c87e33d3f744e"> 329</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a734caa1c239ae5c8757c87e33d3f744e">webYouTubeVideoCreate</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keyword">const</span> <span class="keywordtype">char</span>* url);</div>
|
|
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span><span class="comment"> * @brief Creates the config for Offline-applet. This applet uses data loaded from content.</span></div>
|
|
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span><span class="comment"> * @note Uses \ref webConfigSetLeftStickMode with ::WebLeftStickMode_Cursor and sets ::WebArgType_BootAsMediaPlayerInverted to false. Uses \ref webConfigSetPointer with flag = docKind == ::WebDocumentKind_OfflineHtmlPage.</span></div>
|
|
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span><span class="comment"> * @note For docKind ::WebDocumentKind_ApplicationLegalInformation / ::WebDocumentKind_SystemDataPage, uses \ref webConfigSetFooter with flag=true and \ref webConfigSetBackgroundKind with ::WebBackgroundKind_Default.</span></div>
|
|
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span><span class="comment"> * @note For docKind ::WebDocumentKind_SystemDataPage, uses \ref webConfigSetBootDisplayKind with ::WebBootDisplayKind_White.</span></div>
|
|
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span><span class="comment"> * @note Sets ::WebArgType_Unknown14/::WebArgType_Unknown15 to value 1. With docKind ::WebDocumentKind_ApplicationLegalInformation, uses \ref webConfigSetBootDisplayKind with ::WebBootDisplayKind_White.</span></div>
|
|
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span><span class="comment"> * @note Sets ::WebArgType_UnknownC to value 1.</span></div>
|
|
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span><span class="comment"> * @note With docKind ::WebDocumentKind_ApplicationLegalInformation, uses \ref webConfigSetEcClientCert with flag=true.</span></div>
|
|
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span><span class="comment"> * @note With docKind ::WebDocumentKind_OfflineHtmlPage on pre-3.0.0, sets ::WebArgType_Unknown12 to value 1.</span></div>
|
|
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"> 340</span><span class="comment"> * @note Lastly, sets the TLVs as needed for the input params.</span></div>
|
|
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span><span class="comment"> * @param docKind \ref WebDocumentKind</span></div>
|
|
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span><span class="comment"> * @param id Id to load the content from. With docKind = ::WebDocumentKind_OfflineHtmlPage, id=0 should be used to specify the user-process application (non-zero is ignored with this docKind).</span></div>
|
|
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"> 344</span><span class="comment"> * @param docPath Initial document path in RomFS, without the leading '/'. For ::WebDocumentKind_OfflineHtmlPage, this is relative to "html-document/" in RomFS. For the other docKind values, this is relative to "/" in RomFS. This path must contain ".htdocs/".</span></div>
|
|
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"><a class="line" href="web_8h.html#a3efe920659c314729636c8dacb894c88"> 346</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a3efe920659c314729636c8dacb894c88">webOfflineCreate</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <a class="code hl_enumeration" href="web_8h.html#abdfa56958121f76497d70839ea1ccacc">WebDocumentKind</a> docKind, <a class="code hl_typedef" href="types_8h.html#a3f7e2bcbb0b4c338f3c4f6c937cd4234">u64</a> <span class="keywordtype">id</span>, <span class="keyword">const</span> <span class="keywordtype">char</span>* docPath);</div>
|
|
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span><span class="comment"> * @brief Creates the config for ShareApplet. This applet is for social media posting/settings.</span></div>
|
|
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span><span class="comment"> * @note If a non-zero uid isn't set with \ref webConfigSetUid prior to using \ref webConfigShow, the applet will launch the profile-selector applet to select an account.</span></div>
|
|
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span><span class="comment"> * @note An error will be displayed if neither \ref webConfigSetAlbumEntry, nor \ref webConfigSetApplicationAlbumEntry, nor \ref webConfigAddAlbumEntryAndMediaData are used prior to using \ref webConfigShow, with ::WebShareStartPage_Default.</span></div>
|
|
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span><span class="comment"> * @note Uses \ref webConfigSetLeftStickMode with ::WebLeftStickMode_Cursor, \ref webConfigSetUid with uid=0, \ref webConfigSetDisplayUrlKind with kind=true, and sets ::WebArgType_Unknown14/::WebArgType_Unknown15 to value 1. Uses \ref webConfigSetBootDisplayKind with ::WebBootDisplayKind_Unknown3.</span></div>
|
|
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span><span class="comment"> * @param page \ref WebShareStartPage</span></div>
|
|
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"><a class="line" href="web_8h.html#a16cf6034c7b2a434accdbced972ee61a"> 356</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a16cf6034c7b2a434accdbced972ee61a">webShareCreate</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <a class="code hl_enumeration" href="web_8h.html#ac039376bbab102ffbdff44f12345a003">WebShareStartPage</a> page);</div>
|
|
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span><span class="comment"> * @brief Creates the config for LobbyApplet. This applet is for "Nintendo Switch Online Lounge".</span></div>
|
|
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span><span class="comment"> * @note Only available on [2.0.0+].</span></div>
|
|
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span><span class="comment"> * @note If a non-zero uid isn't set with \ref webConfigSetUid prior to using \ref webConfigShow, the applet will launch the profile-selector applet to select an account.</span></div>
|
|
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span><span class="comment"> * @note Uses \ref webConfigSetLeftStickMode with ::WebLeftStickMode_Cursor, \ref webConfigSetPointer with flag=false on [3.0.0+], \ref webConfigSetUid with uid=0, and sets ::WebArgType_Unknown14/::WebArgType_Unknown15 to value 1. Uses \ref webConfigSetBootDisplayKind with ::WebBootDisplayKind_Unknown4, \ref webConfigSetBackgroundKind with ::WebBackgroundKind_Unknown2, and sets ::WebArgType_BootAsMediaPlayerInverted to false.</span></div>
|
|
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"><a class="line" href="web_8h.html#a0f57eb8270bd7073d078c5ee88a1ab69"> 365</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a0f57eb8270bd7073d078c5ee88a1ab69">webLobbyCreate</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config);</div>
|
|
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span><span class="comment"> * @brief Sets the CallbackUrl. See also \ref webReplyGetLastUrl.</span></div>
|
|
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span><span class="comment"> * @note With Offline-applet for LastUrl handling, it compares the domain with "localhost" instead.</span></div>
|
|
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span><span class="comment"> * @note Only available with config created by \ref webPageCreate or with Share-applet.</span></div>
|
|
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span><span class="comment"> * @param url URL</span></div>
|
|
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"><a class="line" href="web_8h.html#a1854321b4b329125b8c8759153913293"> 374</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a1854321b4b329125b8c8759153913293">webConfigSetCallbackUrl</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keyword">const</span> <span class="keywordtype">char</span>* url);</div>
|
|
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span><span class="comment"> * @brief Sets the CallbackableUrl.</span></div>
|
|
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span><span class="comment"> * @note Only available with config created by \ref webPageCreate.</span></div>
|
|
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span><span class="comment"> * @param url URL</span></div>
|
|
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"><a class="line" href="web_8h.html#a795bc80c66511d3d3802f8a499d28397"> 382</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a795bc80c66511d3d3802f8a499d28397">webConfigSetCallbackableUrl</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keyword">const</span> <span class="keywordtype">char</span>* url);</div>
|
|
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span><span class="comment"> * @brief Sets the whitelist.</span></div>
|
|
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span><span class="comment"> * @note Only available with config created by \ref webPageCreate.</span></div>
|
|
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span><span class="comment"> * @note If the whitelist isn't formatted properly, the applet will exit briefly after the applet is launched.</span></div>
|
|
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"> 388</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span><span class="comment"> * @param whitelist Whitelist string, each line is a regex for each whitelisted URL.</span></div>
|
|
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"><a class="line" href="web_8h.html#abced2bcc01f946e718969c81048585ea"> 391</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#abced2bcc01f946e718969c81048585ea">webConfigSetWhitelist</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keyword">const</span> <span class="keywordtype">char</span>* whitelist);</div>
|
|
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"> 392</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"> 393</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"> 394</span><span class="comment"> * @brief Sets the account uid. Controls which user-specific savedata to mount.</span></div>
|
|
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"> 395</span><span class="comment"> * @note Only available with config created by \ref webPageCreate, \ref webLobbyCreate, or with Share-applet.</span></div>
|
|
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"> 396</span><span class="comment"> * @note Used automatically by \ref webShareCreate and \ref webLobbyCreate with uid=0.</span></div>
|
|
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"> 397</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span><span class="comment"> * @param uid \ref AccountUid</span></div>
|
|
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"><a class="line" href="web_8h.html#a02c2079fbff575bbb5c9f7504024aa85"> 400</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a02c2079fbff575bbb5c9f7504024aa85">webConfigSetUid</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <a class="code hl_struct" href="structAccountUid.html">AccountUid</a> uid);</div>
|
|
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"> 401</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"> 402</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"> 403</span><span class="comment"> * @brief Sets the Share CapsAlbumEntry.</span></div>
|
|
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"> 404</span><span class="comment"> * @note Only available with config created by \ref webShareCreate.</span></div>
|
|
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"> 405</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span><span class="comment"> * @param entry \ref CapsAlbumEntry</span></div>
|
|
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"><a class="line" href="web_8h.html#ae11956e6a5a2ba8ce29f9ce84015c019"> 408</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#ae11956e6a5a2ba8ce29f9ce84015c019">webConfigSetAlbumEntry</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keyword">const</span> <a class="code hl_struct" href="structCapsAlbumEntry.html">CapsAlbumEntry</a> *entry);</div>
|
|
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"> 409</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"> 410</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"> 411</span><span class="comment"> * @brief Sets the ScreenShot flag, which controls whether screen-shot capture is allowed.</span></div>
|
|
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span><span class="comment"> * @note Only available with config created by \ref webPageCreate.</span></div>
|
|
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"><a class="line" href="web_8h.html#adab61fd0a3e0ce6b361c9f37dcfe1394"> 416</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#adab61fd0a3e0ce6b361c9f37dcfe1394">webConfigSetScreenShot</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno"> 417</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"> 418</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"> 419</span><span class="comment"> * @brief Sets the EcClientCert flag.</span></div>
|
|
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"> 420</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate or \ref webPageCreate.</span></div>
|
|
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"> 421</span><span class="comment"> * @note Used automatically by \ref webOfflineCreate, depending on the docKind.</span></div>
|
|
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"> 422</span><span class="comment"> * @note Used automatically by \ref webNewsCreate with flag=true.</span></div>
|
|
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"> 423</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"> 424</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"> 425</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"><a class="line" href="web_8h.html#a48028987d5a1bfcc82d27f385e9dfd2e"> 426</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a48028987d5a1bfcc82d27f385e9dfd2e">webConfigSetEcClientCert</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"> 427</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"> 428</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"> 429</span><span class="comment"> * @brief Sets whether PlayReport is enabled.</span></div>
|
|
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate.</span></div>
|
|
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"> 431</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"> 432</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"> 433</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno"><a class="line" href="web_8h.html#a7d5fe37f91d18faac51047b377dc64c3"> 434</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a7d5fe37f91d18faac51047b377dc64c3">webConfigSetPlayReport</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno"> 435</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"> 436</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"> 437</span><span class="comment"> * @brief Sets the BootDisplayKind.</span></div>
|
|
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"> 438</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate, \ref webShareCreate, \ref webPageCreate, or \ref webLobbyCreate..</span></div>
|
|
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"> 439</span><span class="comment"> * @note Used automatically by \ref webOfflineCreate, depending on the docKind.</span></div>
|
|
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"> 440</span><span class="comment"> * @note Used automatically by \ref webShareCreate with kind=::WebBootDisplayKind_Unknown3.</span></div>
|
|
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"> 441</span><span class="comment"> * @note Used automatically by \ref webLobbyCreate with kind=::WebBootDisplayKind_Unknown4.</span></div>
|
|
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno"> 442</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno"> 443</span><span class="comment"> * @param kind \ref WebBootDisplayKind</span></div>
|
|
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"> 444</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00445" name="l00445"></a><span class="lineno"><a class="line" href="web_8h.html#a9f59a1739ce14e7013d1dc161ee099a3"> 445</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a9f59a1739ce14e7013d1dc161ee099a3">webConfigSetBootDisplayKind</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <a class="code hl_enumeration" href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83">WebBootDisplayKind</a> kind);</div>
|
|
<div class="line"><a id="l00446" name="l00446"></a><span class="lineno"> 446</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno"> 447</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno"> 448</span><span class="comment"> * @brief Sets the BackgroundKind.</span></div>
|
|
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"> 449</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate, \ref webPageCreate, or \ref webLobbyCreate.</span></div>
|
|
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"> 450</span><span class="comment"> * @note Used automatically by \ref webOfflineCreate, depending on the docKind.</span></div>
|
|
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno"> 451</span><span class="comment"> * @note Used automatically by \ref webLobbyCreate with kind=2.</span></div>
|
|
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"> 452</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno"> 453</span><span class="comment"> * @param kind \ref WebBackgroundKind</span></div>
|
|
<div class="line"><a id="l00454" name="l00454"></a><span class="lineno"> 454</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00455" name="l00455"></a><span class="lineno"><a class="line" href="web_8h.html#ae8fd8c18a5700eca148c9db76860e129"> 455</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#ae8fd8c18a5700eca148c9db76860e129">webConfigSetBackgroundKind</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <a class="code hl_enumeration" href="web_8h.html#a7cf46baca7ccae681fbaf9d4d228631e">WebBackgroundKind</a> kind);</div>
|
|
<div class="line"><a id="l00456" name="l00456"></a><span class="lineno"> 456</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00457" name="l00457"></a><span class="lineno"> 457</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00458" name="l00458"></a><span class="lineno"> 458</span><span class="comment"> * @brief Sets the whether the UI footer is enabled.</span></div>
|
|
<div class="line"><a id="l00459" name="l00459"></a><span class="lineno"> 459</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate or \ref webPageCreate.</span></div>
|
|
<div class="line"><a id="l00460" name="l00460"></a><span class="lineno"> 460</span><span class="comment"> * @note Used automatically by \ref webOfflineCreate, depending on the docKind.</span></div>
|
|
<div class="line"><a id="l00461" name="l00461"></a><span class="lineno"> 461</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00462" name="l00462"></a><span class="lineno"> 462</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00463" name="l00463"></a><span class="lineno"> 463</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00464" name="l00464"></a><span class="lineno"><a class="line" href="web_8h.html#a5c9daaf2d4847d88d9de3b7d4180847d"> 464</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a5c9daaf2d4847d88d9de3b7d4180847d">webConfigSetFooter</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00465" name="l00465"></a><span class="lineno"> 465</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00466" name="l00466"></a><span class="lineno"> 466</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00467" name="l00467"></a><span class="lineno"> 467</span><span class="comment"> * @brief Sets the whether the Pointer is enabled. See also \ref WebLeftStickMode.</span></div>
|
|
<div class="line"><a id="l00468" name="l00468"></a><span class="lineno"> 468</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate, \ref webPageCreate, or \ref webLobbyCreate.</span></div>
|
|
<div class="line"><a id="l00469" name="l00469"></a><span class="lineno"> 469</span><span class="comment"> * @note Used automatically by \ref webOfflineCreate.</span></div>
|
|
<div class="line"><a id="l00470" name="l00470"></a><span class="lineno"> 470</span><span class="comment"> * @note Used automatically by \ref webLobbyCreate with flag=false on [3.0.0+].</span></div>
|
|
<div class="line"><a id="l00471" name="l00471"></a><span class="lineno"> 471</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00472" name="l00472"></a><span class="lineno"> 472</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00473" name="l00473"></a><span class="lineno"> 473</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno"><a class="line" href="web_8h.html#acccd9264fe947212768084cca8992c6f"> 474</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#acccd9264fe947212768084cca8992c6f">webConfigSetPointer</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00475" name="l00475"></a><span class="lineno"> 475</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00476" name="l00476"></a><span class="lineno"> 476</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno"> 477</span><span class="comment"> * @brief Sets the LeftStickMode.</span></div>
|
|
<div class="line"><a id="l00478" name="l00478"></a><span class="lineno"> 478</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate, \ref webShareCreate, \ref webPageCreate, or \ref webLobbyCreate.</span></div>
|
|
<div class="line"><a id="l00479" name="l00479"></a><span class="lineno"> 479</span><span class="comment"> * @note Used automatically by \ref webOfflineCreate, \ref webShareCreate, and \ref webLobbyCreate with ::WebLeftStickMode_Cursor.</span></div>
|
|
<div class="line"><a id="l00480" name="l00480"></a><span class="lineno"> 480</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00481" name="l00481"></a><span class="lineno"> 481</span><span class="comment"> * @param mode Mode, different enums for Web and Offline.</span></div>
|
|
<div class="line"><a id="l00482" name="l00482"></a><span class="lineno"> 482</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00483" name="l00483"></a><span class="lineno"><a class="line" href="web_8h.html#a15e669c41fcc2b53fc0708c8a6c381c4"> 483</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a15e669c41fcc2b53fc0708c8a6c381c4">webConfigSetLeftStickMode</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <a class="code hl_enumeration" href="web_8h.html#a6fdd4ba16d1f2f2ac220a4dd29f24524">WebLeftStickMode</a> mode);</div>
|
|
<div class="line"><a id="l00484" name="l00484"></a><span class="lineno"> 484</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00485" name="l00485"></a><span class="lineno"> 485</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00486" name="l00486"></a><span class="lineno"> 486</span><span class="comment"> * @brief Sets the KeyRepeatFrame.</span></div>
|
|
<div class="line"><a id="l00487" name="l00487"></a><span class="lineno"> 487</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate.</span></div>
|
|
<div class="line"><a id="l00488" name="l00488"></a><span class="lineno"> 488</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00489" name="l00489"></a><span class="lineno"> 489</span><span class="comment"> * @param inval0 First input param.</span></div>
|
|
<div class="line"><a id="l00490" name="l00490"></a><span class="lineno"> 490</span><span class="comment"> * @param inval1 Second input param.</span></div>
|
|
<div class="line"><a id="l00491" name="l00491"></a><span class="lineno"> 491</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00492" name="l00492"></a><span class="lineno"><a class="line" href="web_8h.html#a0c3f811800b3f0f3c75a70948d91c6c5"> 492</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a0c3f811800b3f0f3c75a70948d91c6c5">webConfigSetKeyRepeatFrame</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <a class="code hl_typedef" href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a> inval0, <a class="code hl_typedef" href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a> inval1);</div>
|
|
<div class="line"><a id="l00493" name="l00493"></a><span class="lineno"> 493</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00494" name="l00494"></a><span class="lineno"> 494</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00495" name="l00495"></a><span class="lineno"> 495</span><span class="comment"> * @brief Sets the DisplayUrlKind.</span></div>
|
|
<div class="line"><a id="l00496" name="l00496"></a><span class="lineno"> 496</span><span class="comment"> * @note Only available with config created by \ref webShareCreate or \ref webPageCreate.</span></div>
|
|
<div class="line"><a id="l00497" name="l00497"></a><span class="lineno"> 497</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00498" name="l00498"></a><span class="lineno"> 498</span><span class="comment"> * @note Used automatically by \ref webShareCreate with kind=true.</span></div>
|
|
<div class="line"><a id="l00499" name="l00499"></a><span class="lineno"> 499</span><span class="comment"> * @param kind Kind</span></div>
|
|
<div class="line"><a id="l00500" name="l00500"></a><span class="lineno"> 500</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00501" name="l00501"></a><span class="lineno"><a class="line" href="web_8h.html#a73837a98b76ae8406809af93a1de8e87"> 501</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a73837a98b76ae8406809af93a1de8e87">webConfigSetDisplayUrlKind</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> kind);</div>
|
|
<div class="line"><a id="l00502" name="l00502"></a><span class="lineno"> 502</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00503" name="l00503"></a><span class="lineno"> 503</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00504" name="l00504"></a><span class="lineno"> 504</span><span class="comment"> * @brief Sets the BootAsMediaPlayer flag.</span></div>
|
|
<div class="line"><a id="l00505" name="l00505"></a><span class="lineno"> 505</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate or \ref webPageCreate, on [2.0.0+].</span></div>
|
|
<div class="line"><a id="l00506" name="l00506"></a><span class="lineno"> 506</span><span class="comment"> * @note With config created by \ref webNewsCreate on [3.0.0+], this also sets ::WebArgType_BootAsMediaPlayerInverted to !flag.</span></div>
|
|
<div class="line"><a id="l00507" name="l00507"></a><span class="lineno"> 507</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00508" name="l00508"></a><span class="lineno"> 508</span><span class="comment"> * @param flag Flag. true = BootAsMediaPlayer, false = BootAsWebPage.</span></div>
|
|
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno"> 509</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00510" name="l00510"></a><span class="lineno"><a class="line" href="web_8h.html#a87707709dcb09951d2b92a20b60c9241"> 510</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a87707709dcb09951d2b92a20b60c9241">webConfigSetBootAsMediaPlayer</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00511" name="l00511"></a><span class="lineno"> 511</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00512" name="l00512"></a><span class="lineno"> 512</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00513" name="l00513"></a><span class="lineno"> 513</span><span class="comment"> * @brief Sets the ShopJump flag.</span></div>
|
|
<div class="line"><a id="l00514" name="l00514"></a><span class="lineno"> 514</span><span class="comment"> * @note Only available with config created by \ref webPageCreate on [2.0.0+].</span></div>
|
|
<div class="line"><a id="l00515" name="l00515"></a><span class="lineno"> 515</span><span class="comment"> * @note Used automatically by \ref webNewsCreate with flag=true.</span></div>
|
|
<div class="line"><a id="l00516" name="l00516"></a><span class="lineno"> 516</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00517" name="l00517"></a><span class="lineno"> 517</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00518" name="l00518"></a><span class="lineno"> 518</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00519" name="l00519"></a><span class="lineno"><a class="line" href="web_8h.html#aed61bc310a8cdd744b41080814134285"> 519</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#aed61bc310a8cdd744b41080814134285">webConfigSetShopJump</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00520" name="l00520"></a><span class="lineno"> 520</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00521" name="l00521"></a><span class="lineno"> 521</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00522" name="l00522"></a><span class="lineno"> 522</span><span class="comment"> * @brief Sets the MediaPlayerUserGestureRestriction flag.</span></div>
|
|
<div class="line"><a id="l00523" name="l00523"></a><span class="lineno"> 523</span><span class="comment"> * @note Only available with config created by \ref webPageCreate on [2.0.0-5.1.0].</span></div>
|
|
<div class="line"><a id="l00524" name="l00524"></a><span class="lineno"> 524</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00525" name="l00525"></a><span class="lineno"> 525</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00526" name="l00526"></a><span class="lineno"> 526</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00527" name="l00527"></a><span class="lineno"><a class="line" href="web_8h.html#a950022612656c451f041ae15852a876b"> 527</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a950022612656c451f041ae15852a876b">webConfigSetMediaPlayerUserGestureRestriction</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00528" name="l00528"></a><span class="lineno"> 528</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00529" name="l00529"></a><span class="lineno"> 529</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00530" name="l00530"></a><span class="lineno"> 530</span><span class="comment"> * @brief Sets whether MediaAutoPlay is enabled.</span></div>
|
|
<div class="line"><a id="l00531" name="l00531"></a><span class="lineno"> 531</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate or \ref webPageCreate, on [6.0.0+].</span></div>
|
|
<div class="line"><a id="l00532" name="l00532"></a><span class="lineno"> 532</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00533" name="l00533"></a><span class="lineno"> 533</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00534" name="l00534"></a><span class="lineno"> 534</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00535" name="l00535"></a><span class="lineno"><a class="line" href="web_8h.html#adc43bb3ba5977c329993675f0ecaa258"> 535</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#adc43bb3ba5977c329993675f0ecaa258">webConfigSetMediaAutoPlay</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00536" name="l00536"></a><span class="lineno"> 536</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00537" name="l00537"></a><span class="lineno"> 537</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00538" name="l00538"></a><span class="lineno"> 538</span><span class="comment"> * @brief Sets the LobbyParameter.</span></div>
|
|
<div class="line"><a id="l00539" name="l00539"></a><span class="lineno"> 539</span><span class="comment"> * @note Only available with config created by \ref webLobbyCreate.</span></div>
|
|
<div class="line"><a id="l00540" name="l00540"></a><span class="lineno"> 540</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00541" name="l00541"></a><span class="lineno"> 541</span><span class="comment"> * @param str String</span></div>
|
|
<div class="line"><a id="l00542" name="l00542"></a><span class="lineno"> 542</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00543" name="l00543"></a><span class="lineno"><a class="line" href="web_8h.html#a84a2a81ac7e8b6456305925f448873fb"> 543</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a84a2a81ac7e8b6456305925f448873fb">webConfigSetLobbyParameter</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keyword">const</span> <span class="keywordtype">char</span>* str);</div>
|
|
<div class="line"><a id="l00544" name="l00544"></a><span class="lineno"> 544</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00545" name="l00545"></a><span class="lineno"> 545</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00546" name="l00546"></a><span class="lineno"> 546</span><span class="comment"> * @brief Sets the Share CapsApplicationAlbumEntry.</span></div>
|
|
<div class="line"><a id="l00547" name="l00547"></a><span class="lineno"> 547</span><span class="comment"> * @note Only available with config created by \ref webShareCreate on [3.0.0+].</span></div>
|
|
<div class="line"><a id="l00548" name="l00548"></a><span class="lineno"> 548</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00549" name="l00549"></a><span class="lineno"> 549</span><span class="comment"> * @param entry \ref CapsApplicationAlbumEntry, see also capssu.h.</span></div>
|
|
<div class="line"><a id="l00550" name="l00550"></a><span class="lineno"> 550</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00551" name="l00551"></a><span class="lineno"><a class="line" href="web_8h.html#afdc6c83afbc46b17db589bbc6576e426"> 551</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#afdc6c83afbc46b17db589bbc6576e426">webConfigSetApplicationAlbumEntry</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <a class="code hl_struct" href="structCapsApplicationAlbumEntry.html">CapsApplicationAlbumEntry</a> *entry);</div>
|
|
<div class="line"><a id="l00552" name="l00552"></a><span class="lineno"> 552</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00553" name="l00553"></a><span class="lineno"> 553</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00554" name="l00554"></a><span class="lineno"> 554</span><span class="comment"> * @brief Sets whether JsExtension is enabled.</span></div>
|
|
<div class="line"><a id="l00555" name="l00555"></a><span class="lineno"> 555</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate or \ref webPageCreate, on [3.0.0+].</span></div>
|
|
<div class="line"><a id="l00556" name="l00556"></a><span class="lineno"> 556</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00557" name="l00557"></a><span class="lineno"> 557</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00558" name="l00558"></a><span class="lineno"> 558</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00559" name="l00559"></a><span class="lineno"><a class="line" href="web_8h.html#afa8390a8db41ae654489e7f8dd5d6a95"> 559</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#afa8390a8db41ae654489e7f8dd5d6a95">webConfigSetJsExtension</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00560" name="l00560"></a><span class="lineno"> 560</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00561" name="l00561"></a><span class="lineno"> 561</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00562" name="l00562"></a><span class="lineno"> 562</span><span class="comment"> * @brief Sets the Share AdditionalCommentText.</span></div>
|
|
<div class="line"><a id="l00563" name="l00563"></a><span class="lineno"> 563</span><span class="comment"> * @note Only available with config created by \ref webShareCreate on [4.0.0+].</span></div>
|
|
<div class="line"><a id="l00564" name="l00564"></a><span class="lineno"> 564</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00565" name="l00565"></a><span class="lineno"> 565</span><span class="comment"> * @param str String</span></div>
|
|
<div class="line"><a id="l00566" name="l00566"></a><span class="lineno"> 566</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00567" name="l00567"></a><span class="lineno"><a class="line" href="web_8h.html#ae5d5bcebc732df0f7816280b71fb3124"> 567</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#ae5d5bcebc732df0f7816280b71fb3124">webConfigSetAdditionalCommentText</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keyword">const</span> <span class="keywordtype">char</span>* str);</div>
|
|
<div class="line"><a id="l00568" name="l00568"></a><span class="lineno"> 568</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00569" name="l00569"></a><span class="lineno"> 569</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00570" name="l00570"></a><span class="lineno"> 570</span><span class="comment"> * @brief Sets the TouchEnabledOnContents flag.</span></div>
|
|
<div class="line"><a id="l00571" name="l00571"></a><span class="lineno"> 571</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate or \ref webPageCreate, on [4.0.0+].</span></div>
|
|
<div class="line"><a id="l00572" name="l00572"></a><span class="lineno"> 572</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00573" name="l00573"></a><span class="lineno"> 573</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00574" name="l00574"></a><span class="lineno"> 574</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00575" name="l00575"></a><span class="lineno"><a class="line" href="web_8h.html#a1e910acf764b7a5d65fa5a118b16694d"> 575</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a1e910acf764b7a5d65fa5a118b16694d">webConfigSetTouchEnabledOnContents</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00576" name="l00576"></a><span class="lineno"> 576</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00577" name="l00577"></a><span class="lineno"> 577</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00578" name="l00578"></a><span class="lineno"> 578</span><span class="comment"> * @brief Sets the UserAgentAdditionalString. " " followed by this string are appended to the normal User-Agent string.</span></div>
|
|
<div class="line"><a id="l00579" name="l00579"></a><span class="lineno"> 579</span><span class="comment"> * @note Only available with config created by \ref webPageCreate on [4.0.0+].</span></div>
|
|
<div class="line"><a id="l00580" name="l00580"></a><span class="lineno"> 580</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00581" name="l00581"></a><span class="lineno"> 581</span><span class="comment"> * @param str String</span></div>
|
|
<div class="line"><a id="l00582" name="l00582"></a><span class="lineno"> 582</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00583" name="l00583"></a><span class="lineno"><a class="line" href="web_8h.html#acb29165aeffd6e245e77109131c8b61f"> 583</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#acb29165aeffd6e245e77109131c8b61f">webConfigSetUserAgentAdditionalString</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keyword">const</span> <span class="keywordtype">char</span>* str);</div>
|
|
<div class="line"><a id="l00584" name="l00584"></a><span class="lineno"> 584</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00585" name="l00585"></a><span class="lineno"> 585</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00586" name="l00586"></a><span class="lineno"> 586</span><span class="comment"> * @brief Sets the Share AdditionalMediaData.</span></div>
|
|
<div class="line"><a id="l00587" name="l00587"></a><span class="lineno"> 587</span><span class="comment"> * @note Only available with config created by \ref webShareCreate on [4.0.0+].</span></div>
|
|
<div class="line"><a id="l00588" name="l00588"></a><span class="lineno"> 588</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00589" name="l00589"></a><span class="lineno"> 589</span><span class="comment"> * @param data Input data</span></div>
|
|
<div class="line"><a id="l00590" name="l00590"></a><span class="lineno"> 590</span><span class="comment"> * @param size Size of the input data, max size is 0x10.</span></div>
|
|
<div class="line"><a id="l00591" name="l00591"></a><span class="lineno"> 591</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00592" name="l00592"></a><span class="lineno"><a class="line" href="web_8h.html#a104de7e742c0b726b9041f0648d2ecab"> 592</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a104de7e742c0b726b9041f0648d2ecab">webConfigSetAdditionalMediaData</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keyword">const</span> <a class="code hl_typedef" href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a>* data, <span class="keywordtype">size_t</span> size);</div>
|
|
<div class="line"><a id="l00593" name="l00593"></a><span class="lineno"> 593</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00594" name="l00594"></a><span class="lineno"> 594</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00595" name="l00595"></a><span class="lineno"> 595</span><span class="comment"> * @brief Sets the MediaPlayerAutoClose flag.</span></div>
|
|
<div class="line"><a id="l00596" name="l00596"></a><span class="lineno"> 596</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate or \ref webPageCreate, on [4.0.0+].</span></div>
|
|
<div class="line"><a id="l00597" name="l00597"></a><span class="lineno"> 597</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00598" name="l00598"></a><span class="lineno"> 598</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00599" name="l00599"></a><span class="lineno"> 599</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00600" name="l00600"></a><span class="lineno"><a class="line" href="web_8h.html#a4d672a0da154a781a7e53896d6c8cfa2"> 600</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a4d672a0da154a781a7e53896d6c8cfa2">webConfigSetMediaPlayerAutoClose</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00601" name="l00601"></a><span class="lineno"> 601</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00602" name="l00602"></a><span class="lineno"> 602</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00603" name="l00603"></a><span class="lineno"> 603</span><span class="comment"> * @brief Sets whether PageCache is enabled.</span></div>
|
|
<div class="line"><a id="l00604" name="l00604"></a><span class="lineno"> 604</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate or \ref webPageCreate, on [4.0.0+].</span></div>
|
|
<div class="line"><a id="l00605" name="l00605"></a><span class="lineno"> 605</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00606" name="l00606"></a><span class="lineno"> 606</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00607" name="l00607"></a><span class="lineno"> 607</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00608" name="l00608"></a><span class="lineno"><a class="line" href="web_8h.html#a4ec8e40eaa95c6fdbfdb63c9819c3f5a"> 608</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a4ec8e40eaa95c6fdbfdb63c9819c3f5a">webConfigSetPageCache</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00609" name="l00609"></a><span class="lineno"> 609</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00610" name="l00610"></a><span class="lineno"> 610</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00611" name="l00611"></a><span class="lineno"> 611</span><span class="comment"> * @brief Sets whether WebAudio is enabled.</span></div>
|
|
<div class="line"><a id="l00612" name="l00612"></a><span class="lineno"> 612</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate or \ref webPageCreate, on [4.0.0+].</span></div>
|
|
<div class="line"><a id="l00613" name="l00613"></a><span class="lineno"> 613</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00614" name="l00614"></a><span class="lineno"> 614</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00615" name="l00615"></a><span class="lineno"> 615</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00616" name="l00616"></a><span class="lineno"><a class="line" href="web_8h.html#a50272a7f72704bbe6dd76dab64584688"> 616</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a50272a7f72704bbe6dd76dab64584688">webConfigSetWebAudio</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00617" name="l00617"></a><span class="lineno"> 617</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00618" name="l00618"></a><span class="lineno"> 618</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00619" name="l00619"></a><span class="lineno"> 619</span><span class="comment"> * @brief Sets the FooterFixedKind.</span></div>
|
|
<div class="line"><a id="l00620" name="l00620"></a><span class="lineno"> 620</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate or \ref webPageCreate, on [5.0.0+].</span></div>
|
|
<div class="line"><a id="l00621" name="l00621"></a><span class="lineno"> 621</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00622" name="l00622"></a><span class="lineno"> 622</span><span class="comment"> * @param kind \ref WebFooterFixedKind</span></div>
|
|
<div class="line"><a id="l00623" name="l00623"></a><span class="lineno"> 623</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00624" name="l00624"></a><span class="lineno"><a class="line" href="web_8h.html#a6840a88b6cf348f53dd600492e320d03"> 624</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a6840a88b6cf348f53dd600492e320d03">webConfigSetFooterFixedKind</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <a class="code hl_enumeration" href="web_8h.html#aecc6620b4df17f75ce754ae4039b3aba">WebFooterFixedKind</a> kind);</div>
|
|
<div class="line"><a id="l00625" name="l00625"></a><span class="lineno"> 625</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00626" name="l00626"></a><span class="lineno"> 626</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00627" name="l00627"></a><span class="lineno"> 627</span><span class="comment"> * @brief Sets the PageFade flag.</span></div>
|
|
<div class="line"><a id="l00628" name="l00628"></a><span class="lineno"> 628</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate or \ref webPageCreate, on [5.0.0+].</span></div>
|
|
<div class="line"><a id="l00629" name="l00629"></a><span class="lineno"> 629</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00630" name="l00630"></a><span class="lineno"> 630</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00631" name="l00631"></a><span class="lineno"> 631</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00632" name="l00632"></a><span class="lineno"><a class="line" href="web_8h.html#a67615c4d7abda3d201050c131c802017"> 632</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a67615c4d7abda3d201050c131c802017">webConfigSetPageFade</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00633" name="l00633"></a><span class="lineno"> 633</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00634" name="l00634"></a><span class="lineno"> 634</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00635" name="l00635"></a><span class="lineno"> 635</span><span class="comment"> * @brief Sets the Share MediaCreatorApplicationRatingAge.</span></div>
|
|
<div class="line"><a id="l00636" name="l00636"></a><span class="lineno"> 636</span><span class="comment"> * @note Only available with config created by \ref webShareCreate on [5.0.0+].</span></div>
|
|
<div class="line"><a id="l00637" name="l00637"></a><span class="lineno"> 637</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00638" name="l00638"></a><span class="lineno"> 638</span><span class="comment"> * @param data 0x20-byte input data</span></div>
|
|
<div class="line"><a id="l00639" name="l00639"></a><span class="lineno"> 639</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00640" name="l00640"></a><span class="lineno"><a class="line" href="web_8h.html#a6fcb38581ce11cfc04fe13557bbc7370"> 640</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a6fcb38581ce11cfc04fe13557bbc7370">webConfigSetMediaCreatorApplicationRatingAge</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keyword">const</span> <a class="code hl_typedef" href="types_8h.html#a9e382f207c65ca13ab4ae98363aeda80">s8</a> *data);</div>
|
|
<div class="line"><a id="l00641" name="l00641"></a><span class="lineno"> 641</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00642" name="l00642"></a><span class="lineno"> 642</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00643" name="l00643"></a><span class="lineno"> 643</span><span class="comment"> * @brief Sets the BootLoadingIcon flag.</span></div>
|
|
<div class="line"><a id="l00644" name="l00644"></a><span class="lineno"> 644</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate on [5.0.0+].</span></div>
|
|
<div class="line"><a id="l00645" name="l00645"></a><span class="lineno"> 645</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00646" name="l00646"></a><span class="lineno"> 646</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00647" name="l00647"></a><span class="lineno"> 647</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00648" name="l00648"></a><span class="lineno"><a class="line" href="web_8h.html#aaefca657d90135739b7dadc1bca2d823"> 648</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#aaefca657d90135739b7dadc1bca2d823">webConfigSetBootLoadingIcon</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00649" name="l00649"></a><span class="lineno"> 649</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00650" name="l00650"></a><span class="lineno"> 650</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00651" name="l00651"></a><span class="lineno"> 651</span><span class="comment"> * @brief Sets the PageScrollIndicator flag.</span></div>
|
|
<div class="line"><a id="l00652" name="l00652"></a><span class="lineno"> 652</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate or \ref webPageCreate, on [5.0.0+].</span></div>
|
|
<div class="line"><a id="l00653" name="l00653"></a><span class="lineno"> 653</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00654" name="l00654"></a><span class="lineno"> 654</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00655" name="l00655"></a><span class="lineno"> 655</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00656" name="l00656"></a><span class="lineno"><a class="line" href="web_8h.html#ac15f46b0300a4b022fab84ab83d1dc86"> 656</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#ac15f46b0300a4b022fab84ab83d1dc86">webConfigSetPageScrollIndicator</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00657" name="l00657"></a><span class="lineno"> 657</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00658" name="l00658"></a><span class="lineno"> 658</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00659" name="l00659"></a><span class="lineno"> 659</span><span class="comment"> * @brief Sets whether MediaPlayerSpeedControl is enabled.</span></div>
|
|
<div class="line"><a id="l00660" name="l00660"></a><span class="lineno"> 660</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate or \ref webPageCreate, on [6.0.0+].</span></div>
|
|
<div class="line"><a id="l00661" name="l00661"></a><span class="lineno"> 661</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00662" name="l00662"></a><span class="lineno"> 662</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00663" name="l00663"></a><span class="lineno"> 663</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00664" name="l00664"></a><span class="lineno"><a class="line" href="web_8h.html#af31e1eae8c66afa683e07d0e95b6fc89"> 664</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#af31e1eae8c66afa683e07d0e95b6fc89">webConfigSetMediaPlayerSpeedControl</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00665" name="l00665"></a><span class="lineno"> 665</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00666" name="l00666"></a><span class="lineno"> 666</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00667" name="l00667"></a><span class="lineno"> 667</span><span class="comment"> * @brief Adds a pair of Share CapsAlbumEntry + optionally AdditionalMediaData. This can be used up to 4 times, for setting multiple pairs.</span></div>
|
|
<div class="line"><a id="l00668" name="l00668"></a><span class="lineno"> 668</span><span class="comment"> * @note Only available with config created by \ref webShareCreate on [6.0.0+].</span></div>
|
|
<div class="line"><a id="l00669" name="l00669"></a><span class="lineno"> 669</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00670" name="l00670"></a><span class="lineno"> 670</span><span class="comment"> * @param entry \ref CapsAlbumEntry</span></div>
|
|
<div class="line"><a id="l00671" name="l00671"></a><span class="lineno"> 671</span><span class="comment"> * @param data Input data for AdditionalMediaData. Optional, can be NULL.</span></div>
|
|
<div class="line"><a id="l00672" name="l00672"></a><span class="lineno"> 672</span><span class="comment"> * @param size Size of the input data, max size is 0x10. Optional, can be 0.</span></div>
|
|
<div class="line"><a id="l00673" name="l00673"></a><span class="lineno"> 673</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00674" name="l00674"></a><span class="lineno"><a class="line" href="web_8h.html#a0866b7b2ce9f8ced7cc0c8c478463f50"> 674</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a0866b7b2ce9f8ced7cc0c8c478463f50">webConfigAddAlbumEntryAndMediaData</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keyword">const</span> <a class="code hl_struct" href="structCapsAlbumEntry.html">CapsAlbumEntry</a> *entry, <span class="keyword">const</span> <a class="code hl_typedef" href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a>* data, <span class="keywordtype">size_t</span> size);</div>
|
|
<div class="line"><a id="l00675" name="l00675"></a><span class="lineno"> 675</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00676" name="l00676"></a><span class="lineno"> 676</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00677" name="l00677"></a><span class="lineno"> 677</span><span class="comment"> * @brief Sets whether the specified BootFooterButton is visible.</span></div>
|
|
<div class="line"><a id="l00678" name="l00678"></a><span class="lineno"> 678</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate on [6.0.0+].</span></div>
|
|
<div class="line"><a id="l00679" name="l00679"></a><span class="lineno"> 679</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00680" name="l00680"></a><span class="lineno"> 680</span><span class="comment"> * @param button \ref WebFooterButtonId</span></div>
|
|
<div class="line"><a id="l00681" name="l00681"></a><span class="lineno"> 681</span><span class="comment"> * @param visible Visible flag.</span></div>
|
|
<div class="line"><a id="l00682" name="l00682"></a><span class="lineno"> 682</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00683" name="l00683"></a><span class="lineno"><a class="line" href="web_8h.html#af790494c64dce7f418f1edc518435a6f"> 683</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#af790494c64dce7f418f1edc518435a6f">webConfigSetBootFooterButtonVisible</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <a class="code hl_enumeration" href="web_8h.html#a83fce5e967431057a851c90730c8d380">WebFooterButtonId</a> button, <span class="keywordtype">bool</span> visible);</div>
|
|
<div class="line"><a id="l00684" name="l00684"></a><span class="lineno"> 684</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00685" name="l00685"></a><span class="lineno"> 685</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00686" name="l00686"></a><span class="lineno"> 686</span><span class="comment"> * @brief Sets OverrideWebAudioVolume.</span></div>
|
|
<div class="line"><a id="l00687" name="l00687"></a><span class="lineno"> 687</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate or \ref webPageCreate, on [6.0.0+].</span></div>
|
|
<div class="line"><a id="l00688" name="l00688"></a><span class="lineno"> 688</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00689" name="l00689"></a><span class="lineno"> 689</span><span class="comment"> * @param value Value</span></div>
|
|
<div class="line"><a id="l00690" name="l00690"></a><span class="lineno"> 690</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00691" name="l00691"></a><span class="lineno"><a class="line" href="web_8h.html#a08a9bfb0c2f8b65a25200b8b06a02848"> 691</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a08a9bfb0c2f8b65a25200b8b06a02848">webConfigSetOverrideWebAudioVolume</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">float</span> value);</div>
|
|
<div class="line"><a id="l00692" name="l00692"></a><span class="lineno"> 692</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00693" name="l00693"></a><span class="lineno"> 693</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00694" name="l00694"></a><span class="lineno"> 694</span><span class="comment"> * @brief Sets OverrideMediaAudioVolume.</span></div>
|
|
<div class="line"><a id="l00695" name="l00695"></a><span class="lineno"> 695</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate or \ref webPageCreate, on [6.0.0+].</span></div>
|
|
<div class="line"><a id="l00696" name="l00696"></a><span class="lineno"> 696</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00697" name="l00697"></a><span class="lineno"> 697</span><span class="comment"> * @param value Value</span></div>
|
|
<div class="line"><a id="l00698" name="l00698"></a><span class="lineno"> 698</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00699" name="l00699"></a><span class="lineno"><a class="line" href="web_8h.html#ad73505e4a065f47c812dfe608268472c"> 699</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#ad73505e4a065f47c812dfe608268472c">webConfigSetOverrideMediaAudioVolume</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">float</span> value);</div>
|
|
<div class="line"><a id="l00700" name="l00700"></a><span class="lineno"> 700</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00701" name="l00701"></a><span class="lineno"> 701</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00702" name="l00702"></a><span class="lineno"> 702</span><span class="comment"> * @brief Sets \ref WebSessionBootMode.</span></div>
|
|
<div class="line"><a id="l00703" name="l00703"></a><span class="lineno"> 703</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate or \ref webPageCreate, on [7.0.0+].</span></div>
|
|
<div class="line"><a id="l00704" name="l00704"></a><span class="lineno"> 704</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00705" name="l00705"></a><span class="lineno"> 705</span><span class="comment"> * @param mode \ref WebSessionBootMode</span></div>
|
|
<div class="line"><a id="l00706" name="l00706"></a><span class="lineno"> 706</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00707" name="l00707"></a><span class="lineno"><a class="line" href="web_8h.html#ae49e6fb402348ec865a5a9ad1ab6decb"> 707</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#ae49e6fb402348ec865a5a9ad1ab6decb">webConfigSetBootMode</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <a class="code hl_enumeration" href="web_8h.html#a5a0e0a9100afc8d6cbefd6290a9dd668">WebSessionBootMode</a> mode);</div>
|
|
<div class="line"><a id="l00708" name="l00708"></a><span class="lineno"> 708</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00709" name="l00709"></a><span class="lineno"> 709</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00710" name="l00710"></a><span class="lineno"> 710</span><span class="comment"> * @brief Sets whether MediaPlayerUi is enabled.</span></div>
|
|
<div class="line"><a id="l00711" name="l00711"></a><span class="lineno"> 711</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate on [8.0.0+].</span></div>
|
|
<div class="line"><a id="l00712" name="l00712"></a><span class="lineno"> 712</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00713" name="l00713"></a><span class="lineno"> 713</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00714" name="l00714"></a><span class="lineno"> 714</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00715" name="l00715"></a><span class="lineno"><a class="line" href="web_8h.html#ae4e3ecd7cf0a38b52818ef3433667ee8"> 715</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#ae4e3ecd7cf0a38b52818ef3433667ee8">webConfigSetMediaPlayerUi</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00716" name="l00716"></a><span class="lineno"> 716</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00717" name="l00717"></a><span class="lineno"> 717</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00718" name="l00718"></a><span class="lineno"> 718</span><span class="comment"> * @brief Sets whether TransferMemory is enabled.</span></div>
|
|
<div class="line"><a id="l00719" name="l00719"></a><span class="lineno"> 719</span><span class="comment"> * @note Only available with config created by \ref webPageCreate on [11.0.0+].</span></div>
|
|
<div class="line"><a id="l00720" name="l00720"></a><span class="lineno"> 720</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00721" name="l00721"></a><span class="lineno"> 721</span><span class="comment"> * @param flag Flag</span></div>
|
|
<div class="line"><a id="l00722" name="l00722"></a><span class="lineno"> 722</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00723" name="l00723"></a><span class="lineno"><a class="line" href="web_8h.html#af1cda5cefcacf64637485b38ed8231c0"> 723</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#af1cda5cefcacf64637485b38ed8231c0">webConfigSetTransferMemory</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <span class="keywordtype">bool</span> flag);</div>
|
|
<div class="line"><a id="l00724" name="l00724"></a><span class="lineno"> 724</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00725" name="l00725"></a><span class="lineno"> 725</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00726" name="l00726"></a><span class="lineno"> 726</span><span class="comment"> * @brief Launches the {web applet} with the specified config and waits for it to exit.</span></div>
|
|
<div class="line"><a id="l00727" name="l00727"></a><span class="lineno"> 727</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00728" name="l00728"></a><span class="lineno"> 728</span><span class="comment"> * @param out Optional output applet reply data, can be NULL.</span></div>
|
|
<div class="line"><a id="l00729" name="l00729"></a><span class="lineno"> 729</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00730" name="l00730"></a><span class="lineno"><a class="line" href="web_8h.html#a921fe03cc8446d16320b749b360ca383"> 730</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a921fe03cc8446d16320b749b360ca383">webConfigShow</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config, <a class="code hl_struct" href="structWebCommonReply.html">WebCommonReply</a> *out);</div>
|
|
<div class="line"><a id="l00731" name="l00731"></a><span class="lineno"> 731</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00732" name="l00732"></a><span class="lineno"> 732</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00733" name="l00733"></a><span class="lineno"> 733</span><span class="comment"> * @brief Request the applet to exit after \ref webConfigShow was used, while the applet is still running. This is for use from another thread.</span></div>
|
|
<div class="line"><a id="l00734" name="l00734"></a><span class="lineno"> 734</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00735" name="l00735"></a><span class="lineno"> 735</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00736" name="l00736"></a><span class="lineno"><a class="line" href="web_8h.html#aa117793b180a831dfba061bb3205c1b4"> 736</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#aa117793b180a831dfba061bb3205c1b4">webConfigRequestExit</a>(<a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config);</div>
|
|
<div class="line"><a id="l00737" name="l00737"></a><span class="lineno"> 737</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00738" name="l00738"></a><span class="lineno"> 738</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00739" name="l00739"></a><span class="lineno"> 739</span><span class="comment"> * @brief Gets the ExitReason from the specified reply.</span></div>
|
|
<div class="line"><a id="l00740" name="l00740"></a><span class="lineno"> 740</span><span class="comment"> * @param reply WebCommonReply object.</span></div>
|
|
<div class="line"><a id="l00741" name="l00741"></a><span class="lineno"> 741</span><span class="comment"> * @param exitReason Output \ref WebExitReason</span></div>
|
|
<div class="line"><a id="l00742" name="l00742"></a><span class="lineno"> 742</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00743" name="l00743"></a><span class="lineno"><a class="line" href="web_8h.html#a4e362cb18a533ac8753104294d3e5f1d"> 743</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a4e362cb18a533ac8753104294d3e5f1d">webReplyGetExitReason</a>(<a class="code hl_struct" href="structWebCommonReply.html">WebCommonReply</a> *reply, <a class="code hl_enumeration" href="web_8h.html#ae2df105f0c760e0db070e6784deae706">WebExitReason</a> *exitReason);</div>
|
|
<div class="line"><a id="l00744" name="l00744"></a><span class="lineno"> 744</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00745" name="l00745"></a><span class="lineno"> 745</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00746" name="l00746"></a><span class="lineno"> 746</span><span class="comment"> * @brief Gets the LastUrl from the specified reply. When the applet loads a page where the beginning of the URL matches the URL from \ref webConfigSetCallbackUrl, the applet will exit and set LastUrl to that URL (exit doesn't occur when \ref webConfigSetCallbackableUrl was used).</span></div>
|
|
<div class="line"><a id="l00747" name="l00747"></a><span class="lineno"> 747</span><span class="comment"> * @note This is only available with ::WebExitReason_LastUrl (string is empty otherwise).</span></div>
|
|
<div class="line"><a id="l00748" name="l00748"></a><span class="lineno"> 748</span><span class="comment"> * @note If you want to allocate a string buffer on heap, you can call this with outstr=NULL/outstr_maxsize=0 to get the out_size, then call it again with the allocated buffer.</span></div>
|
|
<div class="line"><a id="l00749" name="l00749"></a><span class="lineno"> 749</span><span class="comment"> * @param reply WebCommonReply object.</span></div>
|
|
<div class="line"><a id="l00750" name="l00750"></a><span class="lineno"> 750</span><span class="comment"> * @param outstr Output string buffer. If NULL, the string is not loaded.</span></div>
|
|
<div class="line"><a id="l00751" name="l00751"></a><span class="lineno"> 751</span><span class="comment"> * @param outstr_maxsize Size of the buffer, including NUL-terminator. If outstr is set, this size must be >1. The size used for the actual string-copy is this size-1, to make sure the output is NUL-terminated (the entire buffer is cleared first).</span></div>
|
|
<div class="line"><a id="l00752" name="l00752"></a><span class="lineno"> 752</span><span class="comment"> * @param out_size Output string length including NUL-terminator, for the original input string in the reply loaded from a separate size field.</span></div>
|
|
<div class="line"><a id="l00753" name="l00753"></a><span class="lineno"> 753</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00754" name="l00754"></a><span class="lineno"><a class="line" href="web_8h.html#a19022a1612c2c4829e2eaa48ff28941d"> 754</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a19022a1612c2c4829e2eaa48ff28941d">webReplyGetLastUrl</a>(<a class="code hl_struct" href="structWebCommonReply.html">WebCommonReply</a> *reply, <span class="keywordtype">char</span> *outstr, <span class="keywordtype">size_t</span> outstr_maxsize, <span class="keywordtype">size_t</span> *out_size);</div>
|
|
<div class="line"><a id="l00755" name="l00755"></a><span class="lineno"> 755</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00756" name="l00756"></a><span class="lineno"> 756</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00757" name="l00757"></a><span class="lineno"> 757</span><span class="comment"> * @brief Gets the SharePostResult from the specified reply.</span></div>
|
|
<div class="line"><a id="l00758" name="l00758"></a><span class="lineno"> 758</span><span class="comment"> * @note Only available with reply data from ShareApplet on [3.0.0+].</span></div>
|
|
<div class="line"><a id="l00759" name="l00759"></a><span class="lineno"> 759</span><span class="comment"> * @param reply WebCommonReply object.</span></div>
|
|
<div class="line"><a id="l00760" name="l00760"></a><span class="lineno"> 760</span><span class="comment"> * @param sharePostResult Output sharePostResult</span></div>
|
|
<div class="line"><a id="l00761" name="l00761"></a><span class="lineno"> 761</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00762" name="l00762"></a><span class="lineno"><a class="line" href="web_8h.html#ae02c869e6796edd4b5aaf950be43110e"> 762</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#ae02c869e6796edd4b5aaf950be43110e">webReplyGetSharePostResult</a>(<a class="code hl_struct" href="structWebCommonReply.html">WebCommonReply</a> *reply, <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> *sharePostResult);</div>
|
|
<div class="line"><a id="l00763" name="l00763"></a><span class="lineno"> 763</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00764" name="l00764"></a><span class="lineno"> 764</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00765" name="l00765"></a><span class="lineno"> 765</span><span class="comment"> * @brief Gets the PostServiceName from the specified reply.</span></div>
|
|
<div class="line"><a id="l00766" name="l00766"></a><span class="lineno"> 766</span><span class="comment"> * @note Only available with reply data from ShareApplet on [3.0.0+].</span></div>
|
|
<div class="line"><a id="l00767" name="l00767"></a><span class="lineno"> 767</span><span class="comment"> * @note If you want to allocate a string buffer on heap, you can call this with outstr=NULL/outstr_maxsize=0 to get the out_size, then call it again with the allocated buffer.</span></div>
|
|
<div class="line"><a id="l00768" name="l00768"></a><span class="lineno"> 768</span><span class="comment"> * @param reply WebCommonReply object.</span></div>
|
|
<div class="line"><a id="l00769" name="l00769"></a><span class="lineno"> 769</span><span class="comment"> * @param outstr Output string buffer. If NULL, the string is not loaded.</span></div>
|
|
<div class="line"><a id="l00770" name="l00770"></a><span class="lineno"> 770</span><span class="comment"> * @param outstr_maxsize Size of the buffer, including NUL-terminator. If outstr is set, this size must be >1. The size used for the actual string-copy is this size-1, to make sure the output is NUL-terminated (the entire buffer is cleared first).</span></div>
|
|
<div class="line"><a id="l00771" name="l00771"></a><span class="lineno"> 771</span><span class="comment"> * @param out_size Output string length including NUL-terminator, for the original input string in the reply loaded from a separate size field.</span></div>
|
|
<div class="line"><a id="l00772" name="l00772"></a><span class="lineno"> 772</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00773" name="l00773"></a><span class="lineno"><a class="line" href="web_8h.html#ad7bbea94638aee82002a42b6f95b946e"> 773</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#ad7bbea94638aee82002a42b6f95b946e">webReplyGetPostServiceName</a>(<a class="code hl_struct" href="structWebCommonReply.html">WebCommonReply</a> *reply, <span class="keywordtype">char</span> *outstr, <span class="keywordtype">size_t</span> outstr_maxsize, <span class="keywordtype">size_t</span> *out_size);</div>
|
|
<div class="line"><a id="l00774" name="l00774"></a><span class="lineno"> 774</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00775" name="l00775"></a><span class="lineno"> 775</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00776" name="l00776"></a><span class="lineno"> 776</span><span class="comment"> * @brief Gets the PostId from the specified reply.</span></div>
|
|
<div class="line"><a id="l00777" name="l00777"></a><span class="lineno"> 777</span><span class="comment"> * @note Only available with reply data from ShareApplet on [3.0.0+].</span></div>
|
|
<div class="line"><a id="l00778" name="l00778"></a><span class="lineno"> 778</span><span class="comment"> * @note If you want to allocate a string buffer on heap, you can call this with outstr=NULL/outstr_maxsize=0 to get the out_size, then call it again with the allocated buffer.</span></div>
|
|
<div class="line"><a id="l00779" name="l00779"></a><span class="lineno"> 779</span><span class="comment"> * @param reply WebCommonReply object.</span></div>
|
|
<div class="line"><a id="l00780" name="l00780"></a><span class="lineno"> 780</span><span class="comment"> * @param outstr Output string buffer. If NULL, the string is not loaded.</span></div>
|
|
<div class="line"><a id="l00781" name="l00781"></a><span class="lineno"> 781</span><span class="comment"> * @param outstr_maxsize Size of the buffer, including NUL-terminator. If outstr is set, this size must be >1. The size used for the actual string-copy is this size-1, to make sure the output is NUL-terminated (the entire buffer is cleared first).</span></div>
|
|
<div class="line"><a id="l00782" name="l00782"></a><span class="lineno"> 782</span><span class="comment"> * @param out_size Output string length including NUL-terminator, for the original input string in the reply loaded from a separate size field.</span></div>
|
|
<div class="line"><a id="l00783" name="l00783"></a><span class="lineno"> 783</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00784" name="l00784"></a><span class="lineno"><a class="line" href="web_8h.html#a469d2e0df574263027c22a2400ecd831"> 784</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a469d2e0df574263027c22a2400ecd831">webReplyGetPostId</a>(<a class="code hl_struct" href="structWebCommonReply.html">WebCommonReply</a> *reply, <span class="keywordtype">char</span> *outstr, <span class="keywordtype">size_t</span> outstr_maxsize, <span class="keywordtype">size_t</span> *out_size);</div>
|
|
<div class="line"><a id="l00785" name="l00785"></a><span class="lineno"> 785</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00786" name="l00786"></a><span class="lineno"> 786</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00787" name="l00787"></a><span class="lineno"> 787</span><span class="comment"> * @brief Gets the MediaPlayerAutoClosedByCompletion flag from the specified reply.</span></div>
|
|
<div class="line"><a id="l00788" name="l00788"></a><span class="lineno"> 788</span><span class="comment"> * @note Only available with reply data from Web on [8.0.0+].</span></div>
|
|
<div class="line"><a id="l00789" name="l00789"></a><span class="lineno"> 789</span><span class="comment"> * @param reply WebCommonReply object.</span></div>
|
|
<div class="line"><a id="l00790" name="l00790"></a><span class="lineno"> 790</span><span class="comment"> * @param flag Output flag</span></div>
|
|
<div class="line"><a id="l00791" name="l00791"></a><span class="lineno"> 791</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00792" name="l00792"></a><span class="lineno"><a class="line" href="web_8h.html#ab871345eaa6f80960810aabb61f593d2"> 792</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#ab871345eaa6f80960810aabb61f593d2">webReplyGetMediaPlayerAutoClosedByCompletion</a>(<a class="code hl_struct" href="structWebCommonReply.html">WebCommonReply</a> *reply, <span class="keywordtype">bool</span> *flag);</div>
|
|
<div class="line"><a id="l00793" name="l00793"></a><span class="lineno"> 793</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00794" name="l00794"></a><span class="lineno"> 794</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00795" name="l00795"></a><span class="lineno"> 795</span><span class="comment"> * @brief Creates a \ref WebSession object.</span></div>
|
|
<div class="line"><a id="l00796" name="l00796"></a><span class="lineno"> 796</span><span class="comment"> * @param s \ref WebSession</span></div>
|
|
<div class="line"><a id="l00797" name="l00797"></a><span class="lineno"> 797</span><span class="comment"> * @param config WebCommonConfig object.</span></div>
|
|
<div class="line"><a id="l00798" name="l00798"></a><span class="lineno"> 798</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00799" name="l00799"></a><span class="lineno"><a class="line" href="web_8h.html#a2d1d1dd3af749ecaf7c8ef39a76d7875"> 799</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="web_8h.html#a2d1d1dd3af749ecaf7c8ef39a76d7875">webSessionCreate</a>(<a class="code hl_struct" href="structWebSession.html">WebSession</a> *s, <a class="code hl_struct" href="structWebCommonConfig.html">WebCommonConfig</a>* config);</div>
|
|
<div class="line"><a id="l00800" name="l00800"></a><span class="lineno"> 800</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00801" name="l00801"></a><span class="lineno"> 801</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00802" name="l00802"></a><span class="lineno"> 802</span><span class="comment"> * @brief Closes a \ref WebSession object.</span></div>
|
|
<div class="line"><a id="l00803" name="l00803"></a><span class="lineno"> 803</span><span class="comment"> * @param s \ref WebSession</span></div>
|
|
<div class="line"><a id="l00804" name="l00804"></a><span class="lineno"> 804</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00805" name="l00805"></a><span class="lineno"><a class="line" href="web_8h.html#a224d7da89ae56230ac7e8ded0278fd6e"> 805</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="web_8h.html#a224d7da89ae56230ac7e8ded0278fd6e">webSessionClose</a>(<a class="code hl_struct" href="structWebSession.html">WebSession</a> *s);</div>
|
|
<div class="line"><a id="l00806" name="l00806"></a><span class="lineno"> 806</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00807" name="l00807"></a><span class="lineno"> 807</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00808" name="l00808"></a><span class="lineno"> 808</span><span class="comment"> * @brief Launches the applet for \ref WebSession.</span></div>
|
|
<div class="line"><a id="l00809" name="l00809"></a><span class="lineno"> 809</span><span class="comment"> * @note Only available with config created by \ref webOfflineCreate or \ref webPageCreate, on [7.0.0+].</span></div>
|
|
<div class="line"><a id="l00810" name="l00810"></a><span class="lineno"> 810</span><span class="comment"> * @note Do not use \ref webConfigShow when using WebSession.</span></div>
|
|
<div class="line"><a id="l00811" name="l00811"></a><span class="lineno"> 811</span><span class="comment"> * @param s \ref WebSession</span></div>
|
|
<div class="line"><a id="l00812" name="l00812"></a><span class="lineno"> 812</span><span class="comment"> * @param[out] out_event Output Event with autoclear=false, from \ref appletHolderGetExitEvent. Optional, can be NULL.</span></div>
|
|
<div class="line"><a id="l00813" name="l00813"></a><span class="lineno"> 813</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00814" name="l00814"></a><span class="lineno"><a class="line" href="web_8h.html#afa6eea4a49abe0820a2e048723ec5a80"> 814</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#afa6eea4a49abe0820a2e048723ec5a80">webSessionStart</a>(<a class="code hl_struct" href="structWebSession.html">WebSession</a> *s, <a class="code hl_struct" href="structEvent.html">Event</a> **out_event);</div>
|
|
<div class="line"><a id="l00815" name="l00815"></a><span class="lineno"> 815</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00816" name="l00816"></a><span class="lineno"> 816</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00817" name="l00817"></a><span class="lineno"> 817</span><span class="comment"> * @brief Waits for the applet to exit.</span></div>
|
|
<div class="line"><a id="l00818" name="l00818"></a><span class="lineno"> 818</span><span class="comment"> * @note This must be used before \ref webSessionClose, when \ref webSessionStart was used successfully.</span></div>
|
|
<div class="line"><a id="l00819" name="l00819"></a><span class="lineno"> 819</span><span class="comment"> * @param s \ref WebSession</span></div>
|
|
<div class="line"><a id="l00820" name="l00820"></a><span class="lineno"> 820</span><span class="comment"> * @param out Optional output applet reply data, can be NULL.</span></div>
|
|
<div class="line"><a id="l00821" name="l00821"></a><span class="lineno"> 821</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00822" name="l00822"></a><span class="lineno"><a class="line" href="web_8h.html#a3cabdc48598d78515d4e698efb22e41c"> 822</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#a3cabdc48598d78515d4e698efb22e41c">webSessionWaitForExit</a>(<a class="code hl_struct" href="structWebSession.html">WebSession</a> *s, <a class="code hl_struct" href="structWebCommonReply.html">WebCommonReply</a> *out);</div>
|
|
<div class="line"><a id="l00823" name="l00823"></a><span class="lineno"> 823</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00824" name="l00824"></a><span class="lineno"> 824</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00825" name="l00825"></a><span class="lineno"> 825</span><span class="comment"> * @brief Request the applet to exit.</span></div>
|
|
<div class="line"><a id="l00826" name="l00826"></a><span class="lineno"> 826</span><span class="comment"> * @note Use this instead of \ref webConfigRequestExit, when using WebSession.</span></div>
|
|
<div class="line"><a id="l00827" name="l00827"></a><span class="lineno"> 827</span><span class="comment"> * @param s \ref WebSession</span></div>
|
|
<div class="line"><a id="l00828" name="l00828"></a><span class="lineno"> 828</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00829" name="l00829"></a><span class="lineno"><a class="line" href="web_8h.html#ad767ebc70082bad5de0960c657e5fb19"> 829</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#ad767ebc70082bad5de0960c657e5fb19">webSessionRequestExit</a>(<a class="code hl_struct" href="structWebSession.html">WebSession</a> *s);</div>
|
|
<div class="line"><a id="l00830" name="l00830"></a><span class="lineno"> 830</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00831" name="l00831"></a><span class="lineno"> 831</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00832" name="l00832"></a><span class="lineno"> 832</span><span class="comment"> * @brief Request the applet to Appear, this is only needed with ::WebSessionBootMode_AllForegroundInitiallyHidden.</span></div>
|
|
<div class="line"><a id="l00833" name="l00833"></a><span class="lineno"> 833</span><span class="comment"> * @note This should not be used before \ref webSessionStart.</span></div>
|
|
<div class="line"><a id="l00834" name="l00834"></a><span class="lineno"> 834</span><span class="comment"> * @param s \ref WebSession</span></div>
|
|
<div class="line"><a id="l00835" name="l00835"></a><span class="lineno"> 835</span><span class="comment"> * @param[out] flag Whether the message was sent successfully.</span></div>
|
|
<div class="line"><a id="l00836" name="l00836"></a><span class="lineno"> 836</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00837" name="l00837"></a><span class="lineno"><a class="line" href="web_8h.html#ae804926fc16aaafc2dfe9f9ba4e73eaa"> 837</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#ae804926fc16aaafc2dfe9f9ba4e73eaa">webSessionAppear</a>(<a class="code hl_struct" href="structWebSession.html">WebSession</a> *s, <span class="keywordtype">bool</span> *flag);</div>
|
|
<div class="line"><a id="l00838" name="l00838"></a><span class="lineno"> 838</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00839" name="l00839"></a><span class="lineno"> 839</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00840" name="l00840"></a><span class="lineno"> 840</span><span class="comment"> * @brief TrySendContentMessage</span></div>
|
|
<div class="line"><a id="l00841" name="l00841"></a><span class="lineno"> 841</span><span class="comment"> * @note This should not be used before \ref webSessionStart.</span></div>
|
|
<div class="line"><a id="l00842" name="l00842"></a><span class="lineno"> 842</span><span class="comment"> * @note The JS-side for this is only available when JsExtension is enabled via \ref webConfigSetJsExtension.</span></div>
|
|
<div class="line"><a id="l00843" name="l00843"></a><span class="lineno"> 843</span><span class="comment"> * @note The JS-side may ignore this if it's sent too soon after the applet launches.</span></div>
|
|
<div class="line"><a id="l00844" name="l00844"></a><span class="lineno"> 844</span><span class="comment"> * @param s \ref WebSession</span></div>
|
|
<div class="line"><a id="l00845" name="l00845"></a><span class="lineno"> 845</span><span class="comment"> * @param[in] content Input content NUL-terminated string.</span></div>
|
|
<div class="line"><a id="l00846" name="l00846"></a><span class="lineno"> 846</span><span class="comment"> * @param[in] size Size of content.</span></div>
|
|
<div class="line"><a id="l00847" name="l00847"></a><span class="lineno"> 847</span><span class="comment"> * @param[out] flag Whether the message was sent successfully.</span></div>
|
|
<div class="line"><a id="l00848" name="l00848"></a><span class="lineno"> 848</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00849" name="l00849"></a><span class="lineno"><a class="line" href="web_8h.html#afced762743a00750d8725f562637528f"> 849</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#afced762743a00750d8725f562637528f">webSessionTrySendContentMessage</a>(<a class="code hl_struct" href="structWebSession.html">WebSession</a> *s, <span class="keyword">const</span> <span class="keywordtype">char</span> *content, <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> size, <span class="keywordtype">bool</span> *flag);</div>
|
|
<div class="line"><a id="l00850" name="l00850"></a><span class="lineno"> 850</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00851" name="l00851"></a><span class="lineno"> 851</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00852" name="l00852"></a><span class="lineno"> 852</span><span class="comment"> * @brief TryReceiveContentMessage</span></div>
|
|
<div class="line"><a id="l00853" name="l00853"></a><span class="lineno"> 853</span><span class="comment"> * @note This should not be used before \ref webSessionStart.</span></div>
|
|
<div class="line"><a id="l00854" name="l00854"></a><span class="lineno"> 854</span><span class="comment"> * @note The JS-side for this is only available when JsExtension is enabled via \ref webConfigSetJsExtension.</span></div>
|
|
<div class="line"><a id="l00855" name="l00855"></a><span class="lineno"> 855</span><span class="comment"> * @param s \ref WebSession</span></div>
|
|
<div class="line"><a id="l00856" name="l00856"></a><span class="lineno"> 856</span><span class="comment"> * @param[out] content Output content string, always NUL-terminated.</span></div>
|
|
<div class="line"><a id="l00857" name="l00857"></a><span class="lineno"> 857</span><span class="comment"> * @param[in] size Max size of content.</span></div>
|
|
<div class="line"><a id="l00858" name="l00858"></a><span class="lineno"> 858</span><span class="comment"> * @param[out] out_size Original content size, prior to being clamped to the specified size param.</span></div>
|
|
<div class="line"><a id="l00859" name="l00859"></a><span class="lineno"> 859</span><span class="comment"> * @param[out] flag Whether the message was received successfully.</span></div>
|
|
<div class="line"><a id="l00860" name="l00860"></a><span class="lineno"> 860</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00861" name="l00861"></a><span class="lineno"><a class="line" href="web_8h.html#ac224bfe0869997c5704d7b8f3055177f"> 861</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="web_8h.html#ac224bfe0869997c5704d7b8f3055177f">webSessionTryReceiveContentMessage</a>(<a class="code hl_struct" href="structWebSession.html">WebSession</a> *s, <span class="keywordtype">char</span> *content, <a class="code hl_typedef" href="types_8h.html#a3f7e2bcbb0b4c338f3c4f6c937cd4234">u64</a> size, <a class="code hl_typedef" href="types_8h.html#a3f7e2bcbb0b4c338f3c4f6c937cd4234">u64</a> *out_size, <span class="keywordtype">bool</span> *flag);</div>
|
|
<div class="line"><a id="l00862" name="l00862"></a><span class="lineno"> 862</span> </div>
|
|
<div class="ttc" id="aapplet_8h_html_ad14dd5237407f4896cf69bb53362b346"><div class="ttname"><a href="applet_8h.html#ad14dd5237407f4896cf69bb53362b346">AppletId</a></div><div class="ttdeci">AppletId</div><div class="ttdoc">AppletId.</div><div class="ttdef"><b>Definition</b> applet.h:91</div></div>
|
|
<div class="ttc" id="amutex_8h_html_a2d649c880d4330dc891cda67837eb897"><div class="ttname"><a href="mutex_8h.html#a2d649c880d4330dc891cda67837eb897">Mutex</a></div><div class="ttdeci">_LOCK_T Mutex</div><div class="ttdoc">Mutex datatype, defined in newlib.</div><div class="ttdef"><b>Definition</b> mutex.h:12</div></div>
|
|
<div class="ttc" id="astructAccountUid_html"><div class="ttname"><a href="structAccountUid.html">AccountUid</a></div><div class="ttdoc">Account UserId.</div><div class="ttdef"><b>Definition</b> acc.h:25</div></div>
|
|
<div class="ttc" id="astructAppletHolder_html"><div class="ttname"><a href="structAppletHolder.html">AppletHolder</a></div><div class="ttdoc">LibraryApplet state.</div><div class="ttdef"><b>Definition</b> applet.h:241</div></div>
|
|
<div class="ttc" id="astructAppletStorage_html"><div class="ttname"><a href="structAppletStorage.html">AppletStorage</a></div><div class="ttdoc">applet IStorage</div><div class="ttdef"><b>Definition</b> applet.h:235</div></div>
|
|
<div class="ttc" id="astructCapsAlbumEntry_html"><div class="ttname"><a href="structCapsAlbumEntry.html">CapsAlbumEntry</a></div><div class="ttdoc">AlbumEntry.</div><div class="ttdef"><b>Definition</b> caps.h:102</div></div>
|
|
<div class="ttc" id="astructCapsApplicationAlbumEntry_html"><div class="ttname"><a href="structCapsApplicationAlbumEntry.html">CapsApplicationAlbumEntry</a></div><div class="ttdoc">ApplicationAlbumEntry.</div><div class="ttdef"><b>Definition</b> caps.h:108</div></div>
|
|
<div class="ttc" id="astructEvent_html"><div class="ttname"><a href="structEvent.html">Event</a></div><div class="ttdoc">Kernel-mode event structure.</div><div class="ttdef"><b>Definition</b> event.h:13</div></div>
|
|
<div class="ttc" id="astructUuid_html"><div class="ttname"><a href="structUuid.html">Uuid</a></div><div class="ttdef"><b>Definition</b> types.h:48</div></div>
|
|
<div class="ttc" id="astructWebArgHeader_html"><div class="ttname"><a href="structWebArgHeader.html">WebArgHeader</a></div><div class="ttdoc">Header struct at offset 0 in the web Arg storage (non-webWifi).</div><div class="ttdef"><b>Definition</b> web.h:101</div></div>
|
|
<div class="ttc" id="astructWebArgHeader_html_a44affeed0260463f56cc94fbb131d8f9"><div class="ttname"><a href="structWebArgHeader.html#a44affeed0260463f56cc94fbb131d8f9">WebArgHeader::total_entries</a></div><div class="ttdeci">u16 total_entries</div><div class="ttdoc">Total WebArgTLV entries following this struct.</div><div class="ttdef"><b>Definition</b> web.h:102</div></div>
|
|
<div class="ttc" id="astructWebArgHeader_html_a573f25721d263ebafaec3fea7b978b7a"><div class="ttname"><a href="structWebArgHeader.html#a573f25721d263ebafaec3fea7b978b7a">WebArgHeader::pad</a></div><div class="ttdeci">u16 pad</div><div class="ttdoc">Padding.</div><div class="ttdef"><b>Definition</b> web.h:103</div></div>
|
|
<div class="ttc" id="astructWebArgHeader_html_ad1210b5441b68e4d996015e3d7e3a01a"><div class="ttname"><a href="structWebArgHeader.html#ad1210b5441b68e4d996015e3d7e3a01a">WebArgHeader::shimKind</a></div><div class="ttdeci">WebShimKind shimKind</div><div class="ttdoc">ShimKind.</div><div class="ttdef"><b>Definition</b> web.h:104</div></div>
|
|
<div class="ttc" id="astructWebArgTLV_html"><div class="ttname"><a href="structWebArgTLV.html">WebArgTLV</a></div><div class="ttdoc">Web TLV used in the web Arg storage.</div><div class="ttdef"><b>Definition</b> web.h:108</div></div>
|
|
<div class="ttc" id="astructWebArgTLV_html_a22e07d4459cee4ba740147f7ade07016"><div class="ttname"><a href="structWebArgTLV.html#a22e07d4459cee4ba740147f7ade07016">WebArgTLV::type</a></div><div class="ttdeci">u16 type</div><div class="ttdoc">Type of this arg.</div><div class="ttdef"><b>Definition</b> web.h:109</div></div>
|
|
<div class="ttc" id="astructWebArgTLV_html_ad9e2d73b09452db0515ff736c556af80"><div class="ttname"><a href="structWebArgTLV.html#ad9e2d73b09452db0515ff736c556af80">WebArgTLV::size</a></div><div class="ttdeci">u16 size</div><div class="ttdoc">Size of the arg data following this struct.</div><div class="ttdef"><b>Definition</b> web.h:110</div></div>
|
|
<div class="ttc" id="astructWebBootFooterButtonEntry_html"><div class="ttname"><a href="structWebBootFooterButtonEntry.html">WebBootFooterButtonEntry</a></div><div class="ttdoc">Entry data for WebArgType_BootFooterButton.</div><div class="ttdef"><b>Definition</b> web.h:131</div></div>
|
|
<div class="ttc" id="astructWebCommonConfig_html"><div class="ttname"><a href="structWebCommonConfig.html">WebCommonConfig</a></div><div class="ttdoc">Config struct for web applets, non-WebWifi.</div><div class="ttdef"><b>Definition</b> web.h:115</div></div>
|
|
<div class="ttc" id="astructWebCommonConfig_html_a2335e83536e086c476b02998cb284525"><div class="ttname"><a href="structWebCommonConfig.html#a2335e83536e086c476b02998cb284525">WebCommonConfig::version</a></div><div class="ttdeci">u32 version</div><div class="ttdoc">CommonArgs applet version.</div><div class="ttdef"><b>Definition</b> web.h:118</div></div>
|
|
<div class="ttc" id="astructWebCommonConfig_html_a8c1935c038eab009006ed9dcb6c60c72"><div class="ttname"><a href="structWebCommonConfig.html#a8c1935c038eab009006ed9dcb6c60c72">WebCommonConfig::arg</a></div><div class="ttdeci">WebCommonTLVStorage arg</div><div class="ttdoc">TLV storage.</div><div class="ttdef"><b>Definition</b> web.h:116</div></div>
|
|
<div class="ttc" id="astructWebCommonConfig_html_a8e94185362c08cdd9da4778b5de3cd9f"><div class="ttname"><a href="structWebCommonConfig.html#a8e94185362c08cdd9da4778b5de3cd9f">WebCommonConfig::appletid</a></div><div class="ttdeci">AppletId appletid</div><div class="ttdoc">AppletId.</div><div class="ttdef"><b>Definition</b> web.h:117</div></div>
|
|
<div class="ttc" id="astructWebCommonConfig_html_ad67aa3893cb79a22db9bdf827a4ad5f8"><div class="ttname"><a href="structWebCommonConfig.html#ad67aa3893cb79a22db9bdf827a4ad5f8">WebCommonConfig::holder</a></div><div class="ttdeci">AppletHolder holder</div><div class="ttdoc">AppletHolder.</div><div class="ttdef"><b>Definition</b> web.h:119</div></div>
|
|
<div class="ttc" id="astructWebCommonReply_html"><div class="ttname"><a href="structWebCommonReply.html">WebCommonReply</a></div><div class="ttdoc">Common container struct for applets' reply data, from the output storage.</div><div class="ttdef"><b>Definition</b> web.h:123</div></div>
|
|
<div class="ttc" id="astructWebCommonReply_html_a0e112d07e067b7fa1a183acd7ae06023"><div class="ttname"><a href="structWebCommonReply.html#a0e112d07e067b7fa1a183acd7ae06023">WebCommonReply::type</a></div><div class="ttdeci">bool type</div><div class="ttdoc">Type of reply: false = ret, true = storage.</div><div class="ttdef"><b>Definition</b> web.h:124</div></div>
|
|
<div class="ttc" id="astructWebCommonReply_html_a45263398ce9e33ba1cae325c334931e6"><div class="ttname"><a href="structWebCommonReply.html#a45263398ce9e33ba1cae325c334931e6">WebCommonReply::storage</a></div><div class="ttdeci">WebCommonTLVStorage storage</div><div class="ttdoc">Reply data for reply=true.</div><div class="ttdef"><b>Definition</b> web.h:127</div></div>
|
|
<div class="ttc" id="astructWebCommonReply_html_a8e29df31b8eee4fa818740861213d6b0"><div class="ttname"><a href="structWebCommonReply.html#a8e29df31b8eee4fa818740861213d6b0">WebCommonReply::shimKind</a></div><div class="ttdeci">WebShimKind shimKind</div><div class="ttdoc">ShimKind.</div><div class="ttdef"><b>Definition</b> web.h:125</div></div>
|
|
<div class="ttc" id="astructWebCommonReply_html_adaee968e704c3de2034f4880a99eb43b"><div class="ttname"><a href="structWebCommonReply.html#adaee968e704c3de2034f4880a99eb43b">WebCommonReply::ret</a></div><div class="ttdeci">WebCommonReturnValue ret</div><div class="ttdoc">Reply data for reply=false.</div><div class="ttdef"><b>Definition</b> web.h:126</div></div>
|
|
<div class="ttc" id="astructWebCommonReturnValue_html"><div class="ttname"><a href="structWebCommonReturnValue.html">WebCommonReturnValue</a></div><div class="ttdoc">Common struct for the applet output storage, for non-TLV-storage.</div><div class="ttdef"><b>Definition</b> web.h:93</div></div>
|
|
<div class="ttc" id="astructWebCommonReturnValue_html_a14e8ab0add4d5619dd6c96d867b863d0"><div class="ttname"><a href="structWebCommonReturnValue.html#a14e8ab0add4d5619dd6c96d867b863d0">WebCommonReturnValue::pad</a></div><div class="ttdeci">u32 pad</div><div class="ttdoc">Padding.</div><div class="ttdef"><b>Definition</b> web.h:95</div></div>
|
|
<div class="ttc" id="astructWebCommonReturnValue_html_a44595e4031152c244f681f1b92fd3d0d"><div class="ttname"><a href="structWebCommonReturnValue.html#a44595e4031152c244f681f1b92fd3d0d">WebCommonReturnValue::lastUrlSize</a></div><div class="ttdeci">u64 lastUrlSize</div><div class="ttdoc">Size of LastUrl, including NUL-terminator.</div><div class="ttdef"><b>Definition</b> web.h:97</div></div>
|
|
<div class="ttc" id="astructWebCommonReturnValue_html_a48b323e37e7c4ddcc8624f788fb19fa8"><div class="ttname"><a href="structWebCommonReturnValue.html#a48b323e37e7c4ddcc8624f788fb19fa8">WebCommonReturnValue::exitReason</a></div><div class="ttdeci">WebExitReason exitReason</div><div class="ttdoc">ExitReason.</div><div class="ttdef"><b>Definition</b> web.h:94</div></div>
|
|
<div class="ttc" id="astructWebCommonTLVStorage_html"><div class="ttname"><a href="structWebCommonTLVStorage.html">WebCommonTLVStorage</a></div><div class="ttdoc">TLV storage, starts with WebArgHeader followed by WebArgTLV entries.</div><div class="ttdef"><b>Definition</b> web.h:88</div></div>
|
|
<div class="ttc" id="astructWebSessionMessageHeader_html"><div class="ttname"><a href="structWebSessionMessageHeader.html">WebSessionMessageHeader</a></div><div class="ttdoc">SessionMessageHeader.</div><div class="ttdef"><b>Definition</b> web.h:159</div></div>
|
|
<div class="ttc" id="astructWebSessionMessageHeader_html_a319d3ed4c648bd0e0118a4000ee6daf0"><div class="ttname"><a href="structWebSessionMessageHeader.html#a319d3ed4c648bd0e0118a4000ee6daf0">WebSessionMessageHeader::kind</a></div><div class="ttdeci">u32 kind</div><div class="ttdoc">Message Kind (WebSessionSendMessageKind / WebSessionReceiveMessageKind)</div><div class="ttdef"><b>Definition</b> web.h:160</div></div>
|
|
<div class="ttc" id="astructWebSessionMessageHeader_html_ac85f5c529261de14211130583b82adbd"><div class="ttname"><a href="structWebSessionMessageHeader.html#ac85f5c529261de14211130583b82adbd">WebSessionMessageHeader::size</a></div><div class="ttdeci">u32 size</div><div class="ttdoc">Data size following the header.</div><div class="ttdef"><b>Definition</b> web.h:161</div></div>
|
|
<div class="ttc" id="astructWebSessionStorageHandleQueue_html"><div class="ttname"><a href="structWebSessionStorageHandleQueue.html">WebSessionStorageHandleQueue</a></div><div class="ttdoc">StorageHandleQueue.</div><div class="ttdef"><b>Definition</b> web.h:139</div></div>
|
|
<div class="ttc" id="astructWebSession_html"><div class="ttname"><a href="structWebSession.html">WebSession</a></div><div class="ttdoc">WebSession.</div><div class="ttdef"><b>Definition</b> web.h:148</div></div>
|
|
<div class="ttc" id="astructWebWifiConfig_html"><div class="ttname"><a href="structWebWifiConfig.html">WebWifiConfig</a></div><div class="ttdoc">Config for WebWifi.</div><div class="ttdef"><b>Definition</b> web.h:83</div></div>
|
|
<div class="ttc" id="astructWebWifiConfig_html_ab0bc55827bbd4c72a615ec6fa779d256"><div class="ttname"><a href="structWebWifiConfig.html#ab0bc55827bbd4c72a615ec6fa779d256">WebWifiConfig::arg</a></div><div class="ttdeci">WebWifiPageArg arg</div><div class="ttdoc">Arg data.</div><div class="ttdef"><b>Definition</b> web.h:84</div></div>
|
|
<div class="ttc" id="astructWebWifiPageArg_html"><div class="ttname"><a href="structWebWifiPageArg.html">WebWifiPageArg</a></div><div class="ttdoc">Struct for the WebWifi applet input storage.</div><div class="ttdef"><b>Definition</b> web.h:68</div></div>
|
|
<div class="ttc" id="astructWebWifiPageArg_html_a9eed2d71e38c0af06bcd237fff92ee0c"><div class="ttname"><a href="structWebWifiPageArg.html#a9eed2d71e38c0af06bcd237fff92ee0c">WebWifiPageArg::rev</a></div><div class="ttdeci">u32 rev</div><div class="ttdoc">Input value for nifm cmd SetRequirementByRevision. Only used by the applet when conntest_url is set.</div><div class="ttdef"><b>Definition</b> web.h:73</div></div>
|
|
<div class="ttc" id="astructWebWifiPageArg_html_aafc96ce005f762571b1adb8a5b16124c"><div class="ttname"><a href="structWebWifiPageArg.html#aafc96ce005f762571b1adb8a5b16124c">WebWifiPageArg::uuid</a></div><div class="ttdeci">Uuid uuid</div><div class="ttdoc">NIFM Network UUID. Only used by the applet when conntest_url is set.</div><div class="ttdef"><b>Definition</b> web.h:72</div></div>
|
|
<div class="ttc" id="astructWebWifiPageArg_html_ad513bbe8b86f8e4d25f4222d9ced9153"><div class="ttname"><a href="structWebWifiPageArg.html#ad513bbe8b86f8e4d25f4222d9ced9153">WebWifiPageArg::unk_x0</a></div><div class="ttdeci">u32 unk_x0</div><div class="ttdoc">Official sw sets this to 0 with appletStorageWrite, separately from the rest of the config struct.</div><div class="ttdef"><b>Definition</b> web.h:69</div></div>
|
|
<div class="ttc" id="astructWebWifiReturnValue_html"><div class="ttname"><a href="structWebWifiReturnValue.html">WebWifiReturnValue</a></div><div class="ttdoc">Struct for the WebWifi applet output storage.</div><div class="ttdef"><b>Definition</b> web.h:77</div></div>
|
|
<div class="ttc" id="astructWebWifiReturnValue_html_a926bc37a4c5bc567dac500806dd61371"><div class="ttname"><a href="structWebWifiReturnValue.html#a926bc37a4c5bc567dac500806dd61371">WebWifiReturnValue::res</a></div><div class="ttdeci">Result res</div><div class="ttdoc">Result.</div><div class="ttdef"><b>Definition</b> web.h:79</div></div>
|
|
<div class="ttc" id="astructWebWifiReturnValue_html_ac8ec34e29cf3daea58372b2d82d039a1"><div class="ttname"><a href="structWebWifiReturnValue.html#ac8ec34e29cf3daea58372b2d82d039a1">WebWifiReturnValue::unk_x0</a></div><div class="ttdeci">u32 unk_x0</div><div class="ttdoc">Unknown.</div><div class="ttdef"><b>Definition</b> web.h:78</div></div>
|
|
<div class="ttc" id="atypes_8h_html_a3f7e2bcbb0b4c338f3c4f6c937cd4234"><div class="ttname"><a href="types_8h.html#a3f7e2bcbb0b4c338f3c4f6c937cd4234">u64</a></div><div class="ttdeci">uint64_t u64</div><div class="ttdoc">64-bit unsigned integer.</div><div class="ttdef"><b>Definition</b> types.h:22</div></div>
|
|
<div class="ttc" id="atypes_8h_html_a92c50087ca0e64fa93fc59402c55f8ca"><div class="ttname"><a href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a></div><div class="ttdeci">uint8_t u8</div><div class="ttdoc">8-bit unsigned integer.</div><div class="ttdef"><b>Definition</b> types.h:19</div></div>
|
|
<div class="ttc" id="atypes_8h_html_a9e382f207c65ca13ab4ae98363aeda80"><div class="ttname"><a href="types_8h.html#a9e382f207c65ca13ab4ae98363aeda80">s8</a></div><div class="ttdeci">int8_t s8</div><div class="ttdoc">8-bit signed integer.</div><div class="ttdef"><b>Definition</b> types.h:25</div></div>
|
|
<div class="ttc" id="atypes_8h_html_ab6bd3fc8e13d24a2612da07835dda696"><div class="ttname"><a href="types_8h.html#ab6bd3fc8e13d24a2612da07835dda696">NX_PACKED</a></div><div class="ttdeci">#define NX_PACKED</div><div class="ttdoc">Packs a struct so that it won't include padding bytes.</div><div class="ttdef"><b>Definition</b> types.h:63</div></div>
|
|
<div class="ttc" id="atypes_8h_html_ace9d960e74685e2cd84b36132dbbf8aa"><div class="ttname"><a href="types_8h.html#ace9d960e74685e2cd84b36132dbbf8aa">u16</a></div><div class="ttdeci">uint16_t u16</div><div class="ttdoc">16-bit unsigned integer.</div><div class="ttdef"><b>Definition</b> types.h:20</div></div>
|
|
<div class="ttc" id="atypes_8h_html_ad1be2721625a17f1be47fac918032afe"><div class="ttname"><a href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a></div><div class="ttdeci">u32 Result</div><div class="ttdoc">Function error code result type.</div><div class="ttdef"><b>Definition</b> types.h:44</div></div>
|
|
<div class="ttc" id="atypes_8h_html_ae9b1af5c037e57a98884758875d3a7c4"><div class="ttname"><a href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a></div><div class="ttdeci">int32_t s32</div><div class="ttdoc">32-bit signed integer.</div><div class="ttdef"><b>Definition</b> types.h:27</div></div>
|
|
<div class="ttc" id="atypes_8h_html_afaa62991928fb9fb18ff0db62a040aba"><div class="ttname"><a href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a></div><div class="ttdeci">uint32_t u32</div><div class="ttdoc">32-bit unsigned integer.</div><div class="ttdef"><b>Definition</b> types.h:21</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a02c2079fbff575bbb5c9f7504024aa85"><div class="ttname"><a href="web_8h.html#a02c2079fbff575bbb5c9f7504024aa85">webConfigSetUid</a></div><div class="ttdeci">Result webConfigSetUid(WebCommonConfig *config, AccountUid uid)</div><div class="ttdoc">Sets the account uid.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a0866b7b2ce9f8ced7cc0c8c478463f50"><div class="ttname"><a href="web_8h.html#a0866b7b2ce9f8ced7cc0c8c478463f50">webConfigAddAlbumEntryAndMediaData</a></div><div class="ttdeci">Result webConfigAddAlbumEntryAndMediaData(WebCommonConfig *config, const CapsAlbumEntry *entry, const u8 *data, size_t size)</div><div class="ttdoc">Adds a pair of Share CapsAlbumEntry + optionally AdditionalMediaData.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a08a9bfb0c2f8b65a25200b8b06a02848"><div class="ttname"><a href="web_8h.html#a08a9bfb0c2f8b65a25200b8b06a02848">webConfigSetOverrideWebAudioVolume</a></div><div class="ttdeci">Result webConfigSetOverrideWebAudioVolume(WebCommonConfig *config, float value)</div><div class="ttdoc">Sets OverrideWebAudioVolume.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a0a227d46d4dba693ff86163a02dc4394"><div class="ttname"><a href="web_8h.html#a0a227d46d4dba693ff86163a02dc4394">WebSessionReceiveMessageKind</a></div><div class="ttdeci">WebSessionReceiveMessageKind</div><div class="ttdoc">WebSessionReceiveMessageKind.</div><div class="ttdef"><b>Definition</b> web.h:61</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a0a227d46d4dba693ff86163a02dc4394a9f25d23ab5ac15ab8c9e5d5b17c8347e"><div class="ttname"><a href="web_8h.html#a0a227d46d4dba693ff86163a02dc4394a9f25d23ab5ac15ab8c9e5d5b17c8347e">WebSessionReceiveMessageKind_AckSystemMessage</a></div><div class="ttdeci">@ WebSessionReceiveMessageKind_AckSystemMessage</div><div class="ttdoc">Ack SystemMessage.</div><div class="ttdef"><b>Definition</b> web.h:64</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a0a227d46d4dba693ff86163a02dc4394abfe6f3a9e04dcbef860b948cbd9885b3"><div class="ttname"><a href="web_8h.html#a0a227d46d4dba693ff86163a02dc4394abfe6f3a9e04dcbef860b948cbd9885b3">WebSessionReceiveMessageKind_AckBrowserEngine</a></div><div class="ttdeci">@ WebSessionReceiveMessageKind_AckBrowserEngine</div><div class="ttdoc">Ack BrowserEngine.</div><div class="ttdef"><b>Definition</b> web.h:63</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a0a227d46d4dba693ff86163a02dc4394aec44ae02f9e1e45edf56451d1443fd54"><div class="ttname"><a href="web_8h.html#a0a227d46d4dba693ff86163a02dc4394aec44ae02f9e1e45edf56451d1443fd54">WebSessionReceiveMessageKind_BrowserEngineContent</a></div><div class="ttdeci">@ WebSessionReceiveMessageKind_BrowserEngineContent</div><div class="ttdoc">BrowserEngine Content.</div><div class="ttdef"><b>Definition</b> web.h:62</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a0c3f811800b3f0f3c75a70948d91c6c5"><div class="ttname"><a href="web_8h.html#a0c3f811800b3f0f3c75a70948d91c6c5">webConfigSetKeyRepeatFrame</a></div><div class="ttdeci">Result webConfigSetKeyRepeatFrame(WebCommonConfig *config, s32 inval0, s32 inval1)</div><div class="ttdoc">Sets the KeyRepeatFrame.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a0f57eb8270bd7073d078c5ee88a1ab69"><div class="ttname"><a href="web_8h.html#a0f57eb8270bd7073d078c5ee88a1ab69">webLobbyCreate</a></div><div class="ttdeci">Result webLobbyCreate(WebCommonConfig *config)</div><div class="ttdoc">Creates the config for LobbyApplet.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a104de7e742c0b726b9041f0648d2ecab"><div class="ttname"><a href="web_8h.html#a104de7e742c0b726b9041f0648d2ecab">webConfigSetAdditionalMediaData</a></div><div class="ttdeci">Result webConfigSetAdditionalMediaData(WebCommonConfig *config, const u8 *data, size_t size)</div><div class="ttdoc">Sets the Share AdditionalMediaData.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a15e669c41fcc2b53fc0708c8a6c381c4"><div class="ttname"><a href="web_8h.html#a15e669c41fcc2b53fc0708c8a6c381c4">webConfigSetLeftStickMode</a></div><div class="ttdeci">Result webConfigSetLeftStickMode(WebCommonConfig *config, WebLeftStickMode mode)</div><div class="ttdoc">Sets the LeftStickMode.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a16cf6034c7b2a434accdbced972ee61a"><div class="ttname"><a href="web_8h.html#a16cf6034c7b2a434accdbced972ee61a">webShareCreate</a></div><div class="ttdeci">Result webShareCreate(WebCommonConfig *config, WebShareStartPage page)</div><div class="ttdoc">Creates the config for ShareApplet.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a1854321b4b329125b8c8759153913293"><div class="ttname"><a href="web_8h.html#a1854321b4b329125b8c8759153913293">webConfigSetCallbackUrl</a></div><div class="ttdeci">Result webConfigSetCallbackUrl(WebCommonConfig *config, const char *url)</div><div class="ttdoc">Sets the CallbackUrl.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a19022a1612c2c4829e2eaa48ff28941d"><div class="ttname"><a href="web_8h.html#a19022a1612c2c4829e2eaa48ff28941d">webReplyGetLastUrl</a></div><div class="ttdeci">Result webReplyGetLastUrl(WebCommonReply *reply, char *outstr, size_t outstr_maxsize, size_t *out_size)</div><div class="ttdoc">Gets the LastUrl from the specified reply.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a1e910acf764b7a5d65fa5a118b16694d"><div class="ttname"><a href="web_8h.html#a1e910acf764b7a5d65fa5a118b16694d">webConfigSetTouchEnabledOnContents</a></div><div class="ttdeci">Result webConfigSetTouchEnabledOnContents(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets the TouchEnabledOnContents flag.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a224d7da89ae56230ac7e8ded0278fd6e"><div class="ttname"><a href="web_8h.html#a224d7da89ae56230ac7e8ded0278fd6e">webSessionClose</a></div><div class="ttdeci">void webSessionClose(WebSession *s)</div><div class="ttdoc">Closes a WebSession object.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a26b04616be2461ec3c23b05ae5a57024"><div class="ttname"><a href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024">WebReplyType</a></div><div class="ttdeci">WebReplyType</div><div class="ttdoc">Types for WebArgTLV, output storage.</div><div class="ttdef"><b>Definition</b> web.h:234</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a26b04616be2461ec3c23b05ae5a57024a380f7692f47c8349379d49fc4ffa1453"><div class="ttname"><a href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024a380f7692f47c8349379d49fc4ffa1453">WebReplyType_MediaPlayerAutoClosedByCompletion</a></div><div class="ttdeci">@ WebReplyType_MediaPlayerAutoClosedByCompletion</div><div class="ttdoc">[8.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:243</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a26b04616be2461ec3c23b05ae5a57024a49cf19d27472493d121aae511be8de25"><div class="ttname"><a href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024a49cf19d27472493d121aae511be8de25">WebReplyType_LastUrl</a></div><div class="ttdeci">@ WebReplyType_LastUrl</div><div class="ttdoc">[3.0.0+] string</div><div class="ttdef"><b>Definition</b> web.h:236</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a26b04616be2461ec3c23b05ae5a57024a61f17ba537f9af4a112fd4cbdf434c47"><div class="ttname"><a href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024a61f17ba537f9af4a112fd4cbdf434c47">WebReplyType_PostId</a></div><div class="ttdeci">@ WebReplyType_PostId</div><div class="ttdoc">[3.0.0+] string</div><div class="ttdef"><b>Definition</b> web.h:241</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a26b04616be2461ec3c23b05ae5a57024a92d9c92435270d91afd38ad1dc1dbb21"><div class="ttname"><a href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024a92d9c92435270d91afd38ad1dc1dbb21">WebReplyType_PostServiceNameSize</a></div><div class="ttdeci">@ WebReplyType_PostServiceNameSize</div><div class="ttdoc">[3.0.0+] u64</div><div class="ttdef"><b>Definition</b> web.h:240</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a26b04616be2461ec3c23b05ae5a57024aa8d5c1554eec15f323b2b96d467d7a78"><div class="ttname"><a href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024aa8d5c1554eec15f323b2b96d467d7a78">WebReplyType_PostServiceName</a></div><div class="ttdeci">@ WebReplyType_PostServiceName</div><div class="ttdoc">[3.0.0+] string</div><div class="ttdef"><b>Definition</b> web.h:239</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a26b04616be2461ec3c23b05ae5a57024aadaa8111a9f1a68347c62091cd316cf5"><div class="ttname"><a href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024aadaa8111a9f1a68347c62091cd316cf5">WebReplyType_LastUrlSize</a></div><div class="ttdeci">@ WebReplyType_LastUrlSize</div><div class="ttdoc">[3.0.0+] u64</div><div class="ttdef"><b>Definition</b> web.h:237</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a26b04616be2461ec3c23b05ae5a57024ab6b7a3717bb819b5899854bc5250d764"><div class="ttname"><a href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024ab6b7a3717bb819b5899854bc5250d764">WebReplyType_PostIdSize</a></div><div class="ttdeci">@ WebReplyType_PostIdSize</div><div class="ttdoc">[3.0.0+] u64</div><div class="ttdef"><b>Definition</b> web.h:242</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a26b04616be2461ec3c23b05ae5a57024abbde96d69bcf5f334bda59d2f5d4f6ae"><div class="ttname"><a href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024abbde96d69bcf5f334bda59d2f5d4f6ae">WebReplyType_ExitReason</a></div><div class="ttdeci">@ WebReplyType_ExitReason</div><div class="ttdoc">[3.0.0+] u32 ExitReason</div><div class="ttdef"><b>Definition</b> web.h:235</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a26b04616be2461ec3c23b05ae5a57024ae9c2c94f31a07ae283e2018dcd7c8fb9"><div class="ttname"><a href="web_8h.html#a26b04616be2461ec3c23b05ae5a57024ae9c2c94f31a07ae283e2018dcd7c8fb9">WebReplyType_SharePostResult</a></div><div class="ttdeci">@ WebReplyType_SharePostResult</div><div class="ttdoc">[3.0.0+] u32 SharePostResult</div><div class="ttdef"><b>Definition</b> web.h:238</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a2d1d1dd3af749ecaf7c8ef39a76d7875"><div class="ttname"><a href="web_8h.html#a2d1d1dd3af749ecaf7c8ef39a76d7875">webSessionCreate</a></div><div class="ttdeci">void webSessionCreate(WebSession *s, WebCommonConfig *config)</div><div class="ttdoc">Creates a WebSession object.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a320728d4522e3ecb641b6f67d86d63a0"><div class="ttname"><a href="web_8h.html#a320728d4522e3ecb641b6f67d86d63a0">webWifiCreate</a></div><div class="ttdeci">void webWifiCreate(WebWifiConfig *config, const char *conntest_url, const char *initial_url, Uuid uuid, u32 rev)</div><div class="ttdoc">Creates the config for WifiWebAuthApplet.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a3cabdc48598d78515d4e698efb22e41c"><div class="ttname"><a href="web_8h.html#a3cabdc48598d78515d4e698efb22e41c">webSessionWaitForExit</a></div><div class="ttdeci">Result webSessionWaitForExit(WebSession *s, WebCommonReply *out)</div><div class="ttdoc">Waits for the applet to exit.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a3efe920659c314729636c8dacb894c88"><div class="ttname"><a href="web_8h.html#a3efe920659c314729636c8dacb894c88">webOfflineCreate</a></div><div class="ttdeci">Result webOfflineCreate(WebCommonConfig *config, WebDocumentKind docKind, u64 id, const char *docPath)</div><div class="ttdoc">Creates the config for Offline-applet.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a469d2e0df574263027c22a2400ecd831"><div class="ttname"><a href="web_8h.html#a469d2e0df574263027c22a2400ecd831">webReplyGetPostId</a></div><div class="ttdeci">Result webReplyGetPostId(WebCommonReply *reply, char *outstr, size_t outstr_maxsize, size_t *out_size)</div><div class="ttdoc">Gets the PostId from the specified reply.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a48028987d5a1bfcc82d27f385e9dfd2e"><div class="ttname"><a href="web_8h.html#a48028987d5a1bfcc82d27f385e9dfd2e">webConfigSetEcClientCert</a></div><div class="ttdeci">Result webConfigSetEcClientCert(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets the EcClientCert flag.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a4d672a0da154a781a7e53896d6c8cfa2"><div class="ttname"><a href="web_8h.html#a4d672a0da154a781a7e53896d6c8cfa2">webConfigSetMediaPlayerAutoClose</a></div><div class="ttdeci">Result webConfigSetMediaPlayerAutoClose(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets the MediaPlayerAutoClose flag.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a4e362cb18a533ac8753104294d3e5f1d"><div class="ttname"><a href="web_8h.html#a4e362cb18a533ac8753104294d3e5f1d">webReplyGetExitReason</a></div><div class="ttdeci">Result webReplyGetExitReason(WebCommonReply *reply, WebExitReason *exitReason)</div><div class="ttdoc">Gets the ExitReason from the specified reply.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a4ec8e40eaa95c6fdbfdb63c9819c3f5a"><div class="ttname"><a href="web_8h.html#a4ec8e40eaa95c6fdbfdb63c9819c3f5a">webConfigSetPageCache</a></div><div class="ttdeci">Result webConfigSetPageCache(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets whether PageCache is enabled.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a50272a7f72704bbe6dd76dab64584688"><div class="ttname"><a href="web_8h.html#a50272a7f72704bbe6dd76dab64584688">webConfigSetWebAudio</a></div><div class="ttdeci">Result webConfigSetWebAudio(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets whether WebAudio is enabled.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a58e69e3408f1d83c63b6b18fa44402bd"><div class="ttname"><a href="web_8h.html#a58e69e3408f1d83c63b6b18fa44402bd">WebShimKind</a></div><div class="ttdeci">WebShimKind</div><div class="ttdoc">This indicates the type of web-applet.</div><div class="ttdef"><b>Definition</b> web.h:15</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a5a0e0a9100afc8d6cbefd6290a9dd668"><div class="ttname"><a href="web_8h.html#a5a0e0a9100afc8d6cbefd6290a9dd668">WebSessionBootMode</a></div><div class="ttdeci">WebSessionBootMode</div><div class="ttdoc">WebSessionBootMode.</div><div class="ttdef"><b>Definition</b> web.h:48</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a5a0e0a9100afc8d6cbefd6290a9dd668a02d32ef6f2494973f62cbf5865827ffd"><div class="ttname"><a href="web_8h.html#a5a0e0a9100afc8d6cbefd6290a9dd668a02d32ef6f2494973f62cbf5865827ffd">WebSessionBootMode_AllForegroundInitiallyHidden</a></div><div class="ttdeci">@ WebSessionBootMode_AllForegroundInitiallyHidden</div><div class="ttdoc">AllForegroundInitiallyHidden.</div><div class="ttdef"><b>Definition</b> web.h:50</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a5a0e0a9100afc8d6cbefd6290a9dd668a68264253aa9f9b071e9d2b7b07248532"><div class="ttname"><a href="web_8h.html#a5a0e0a9100afc8d6cbefd6290a9dd668a68264253aa9f9b071e9d2b7b07248532">WebSessionBootMode_AllForeground</a></div><div class="ttdeci">@ WebSessionBootMode_AllForeground</div><div class="ttdoc">AllForeground. This is the default.</div><div class="ttdef"><b>Definition</b> web.h:49</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a5c9daaf2d4847d88d9de3b7d4180847d"><div class="ttname"><a href="web_8h.html#a5c9daaf2d4847d88d9de3b7d4180847d">webConfigSetFooter</a></div><div class="ttdeci">Result webConfigSetFooter(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets the whether the UI footer is enabled.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a67615c4d7abda3d201050c131c802017"><div class="ttname"><a href="web_8h.html#a67615c4d7abda3d201050c131c802017">webConfigSetPageFade</a></div><div class="ttdeci">Result webConfigSetPageFade(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets the PageFade flag.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a6840a88b6cf348f53dd600492e320d03"><div class="ttname"><a href="web_8h.html#a6840a88b6cf348f53dd600492e320d03">webConfigSetFooterFixedKind</a></div><div class="ttdeci">Result webConfigSetFooterFixedKind(WebCommonConfig *config, WebFooterFixedKind kind)</div><div class="ttdoc">Sets the FooterFixedKind.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a6fcb38581ce11cfc04fe13557bbc7370"><div class="ttname"><a href="web_8h.html#a6fcb38581ce11cfc04fe13557bbc7370">webConfigSetMediaCreatorApplicationRatingAge</a></div><div class="ttdeci">Result webConfigSetMediaCreatorApplicationRatingAge(WebCommonConfig *config, const s8 *data)</div><div class="ttdoc">Sets the Share MediaCreatorApplicationRatingAge.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a6fdd4ba16d1f2f2ac220a4dd29f24524"><div class="ttname"><a href="web_8h.html#a6fdd4ba16d1f2f2ac220a4dd29f24524">WebLeftStickMode</a></div><div class="ttdeci">WebLeftStickMode</div><div class="ttdoc">Mode values for webConfigSetLeftStickMode. Controls the initial mode, this can be toggled by the user...</div><div class="ttdef"><b>Definition</b> web.h:276</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a6fdd4ba16d1f2f2ac220a4dd29f24524a13e3a0b0945dbc8d8aef288cd5e76bfe"><div class="ttname"><a href="web_8h.html#a6fdd4ba16d1f2f2ac220a4dd29f24524a13e3a0b0945dbc8d8aef288cd5e76bfe">WebLeftStickMode_Cursor</a></div><div class="ttdeci">@ WebLeftStickMode_Cursor</div><div class="ttdoc">The user can only select elements on the page via the left-stick.</div><div class="ttdef"><b>Definition</b> web.h:278</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a6fdd4ba16d1f2f2ac220a4dd29f24524abf2fec8f49479f853ec41df4eb01e7db"><div class="ttname"><a href="web_8h.html#a6fdd4ba16d1f2f2ac220a4dd29f24524abf2fec8f49479f853ec41df4eb01e7db">WebLeftStickMode_Pointer</a></div><div class="ttdeci">@ WebLeftStickMode_Pointer</div><div class="ttdoc">The user can directly control the pointer via the left-stick.</div><div class="ttdef"><b>Definition</b> web.h:277</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a734caa1c239ae5c8757c87e33d3f744e"><div class="ttname"><a href="web_8h.html#a734caa1c239ae5c8757c87e33d3f744e">webYouTubeVideoCreate</a></div><div class="ttdeci">Result webYouTubeVideoCreate(WebCommonConfig *config, const char *url)</div><div class="ttdoc">Creates the config for WebApplet.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a73837a98b76ae8406809af93a1de8e87"><div class="ttname"><a href="web_8h.html#a73837a98b76ae8406809af93a1de8e87">webConfigSetDisplayUrlKind</a></div><div class="ttdeci">Result webConfigSetDisplayUrlKind(WebCommonConfig *config, bool kind)</div><div class="ttdoc">Sets the DisplayUrlKind.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a7904cadcb8c7041eb3489189617bf4a1"><div class="ttname"><a href="web_8h.html#a7904cadcb8c7041eb3489189617bf4a1">webPageCreate</a></div><div class="ttdeci">Result webPageCreate(WebCommonConfig *config, const char *url)</div><div class="ttdoc">Creates the config for WebApplet.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a795bc80c66511d3d3802f8a499d28397"><div class="ttname"><a href="web_8h.html#a795bc80c66511d3d3802f8a499d28397">webConfigSetCallbackableUrl</a></div><div class="ttdeci">Result webConfigSetCallbackableUrl(WebCommonConfig *config, const char *url)</div><div class="ttdoc">Sets the CallbackableUrl.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a7cf46baca7ccae681fbaf9d4d228631e"><div class="ttname"><a href="web_8h.html#a7cf46baca7ccae681fbaf9d4d228631e">WebBackgroundKind</a></div><div class="ttdeci">WebBackgroundKind</div><div class="ttdoc">Kind values for webConfigSetBackgroundKind. Controls the background color while displaying the loadin...</div><div class="ttdef"><b>Definition</b> web.h:269</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a7cf46baca7ccae681fbaf9d4d228631ea294d71132e0644f9721bc1d4aa919cdd"><div class="ttname"><a href="web_8h.html#a7cf46baca7ccae681fbaf9d4d228631ea294d71132e0644f9721bc1d4aa919cdd">WebBackgroundKind_Unknown2</a></div><div class="ttdeci">@ WebBackgroundKind_Unknown2</div><div class="ttdoc">Unknown. Same as WebBootDisplayKind_Unknown4. Used by webLobbyCreate.</div><div class="ttdef"><b>Definition</b> web.h:272</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a7cf46baca7ccae681fbaf9d4d228631ea60207242aeabaf5a12fe30d73dadf154"><div class="ttname"><a href="web_8h.html#a7cf46baca7ccae681fbaf9d4d228631ea60207242aeabaf5a12fe30d73dadf154">WebBackgroundKind_Default</a></div><div class="ttdeci">@ WebBackgroundKind_Default</div><div class="ttdoc">Default. Same as WebBootDisplayKind_White/WebBootDisplayKind_Black, determined via WebArgType_BootAsM...</div><div class="ttdef"><b>Definition</b> web.h:270</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a7cf46baca7ccae681fbaf9d4d228631ea66c8ccf03e8814c17747042673d1616e"><div class="ttname"><a href="web_8h.html#a7cf46baca7ccae681fbaf9d4d228631ea66c8ccf03e8814c17747042673d1616e">WebBackgroundKind_Unknown1</a></div><div class="ttdeci">@ WebBackgroundKind_Unknown1</div><div class="ttdoc">Unknown. Same as WebBootDisplayKind_Unknown3.</div><div class="ttdef"><b>Definition</b> web.h:271</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a7d5fe37f91d18faac51047b377dc64c3"><div class="ttname"><a href="web_8h.html#a7d5fe37f91d18faac51047b377dc64c3">webConfigSetPlayReport</a></div><div class="ttdeci">Result webConfigSetPlayReport(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets whether PlayReport is enabled.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a83fce5e967431057a851c90730c8d380"><div class="ttname"><a href="web_8h.html#a83fce5e967431057a851c90730c8d380">WebFooterButtonId</a></div><div class="ttdeci">WebFooterButtonId</div><div class="ttdoc">Button values for webConfigSetBootFooterButtonVisible.</div><div class="ttdef"><b>Definition</b> web.h:36</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a83fce5e967431057a851c90730c8d380a285b8dfbaf0cecd35e648a9cc1df7e78"><div class="ttname"><a href="web_8h.html#a83fce5e967431057a851c90730c8d380a285b8dfbaf0cecd35e648a9cc1df7e78">WebFooterButtonId_Type2</a></div><div class="ttdeci">@ WebFooterButtonId_Type2</div><div class="ttdoc">Unknown button Id 2.</div><div class="ttdef"><b>Definition</b> web.h:39</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a83fce5e967431057a851c90730c8d380a539e84db640f9bf74cdb72dbf64e2bb0"><div class="ttname"><a href="web_8h.html#a83fce5e967431057a851c90730c8d380a539e84db640f9bf74cdb72dbf64e2bb0">WebFooterButtonId_Type3</a></div><div class="ttdeci">@ WebFooterButtonId_Type3</div><div class="ttdoc">Unknown button Id 3.</div><div class="ttdef"><b>Definition</b> web.h:40</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a83fce5e967431057a851c90730c8d380a85964aa95def0b304e8e79f759faedf8"><div class="ttname"><a href="web_8h.html#a83fce5e967431057a851c90730c8d380a85964aa95def0b304e8e79f759faedf8">WebFooterButtonId_Max</a></div><div class="ttdeci">@ WebFooterButtonId_Max</div><div class="ttdoc">Values starting with this are invalid.</div><div class="ttdef"><b>Definition</b> web.h:44</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a83fce5e967431057a851c90730c8d380a9040c2281d27870351f1c849dfde280b"><div class="ttname"><a href="web_8h.html#a83fce5e967431057a851c90730c8d380a9040c2281d27870351f1c849dfde280b">WebFooterButtonId_None</a></div><div class="ttdeci">@ WebFooterButtonId_None</div><div class="ttdoc">None, for empty WebBootFooterButtonEntry. Invalid for webConfigSetBootFooterButtonVisible input.</div><div class="ttdef"><b>Definition</b> web.h:37</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a83fce5e967431057a851c90730c8d380ab10393eeb7637b2799b691e773ec7d4c"><div class="ttname"><a href="web_8h.html#a83fce5e967431057a851c90730c8d380ab10393eeb7637b2799b691e773ec7d4c">WebFooterButtonId_Type4</a></div><div class="ttdeci">@ WebFooterButtonId_Type4</div><div class="ttdoc">Unknown button Id 4.</div><div class="ttdef"><b>Definition</b> web.h:41</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a83fce5e967431057a851c90730c8d380abe3a4b0c97c9ee3dc1aa136bc397724f"><div class="ttname"><a href="web_8h.html#a83fce5e967431057a851c90730c8d380abe3a4b0c97c9ee3dc1aa136bc397724f">WebFooterButtonId_Type5</a></div><div class="ttdeci">@ WebFooterButtonId_Type5</div><div class="ttdoc">Unknown button Id 5.</div><div class="ttdef"><b>Definition</b> web.h:42</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a83fce5e967431057a851c90730c8d380ad7a6031f87e183aeaa7cc506538c628a"><div class="ttname"><a href="web_8h.html#a83fce5e967431057a851c90730c8d380ad7a6031f87e183aeaa7cc506538c628a">WebFooterButtonId_Type1</a></div><div class="ttdeci">@ WebFooterButtonId_Type1</div><div class="ttdoc">Unknown button Id 1.</div><div class="ttdef"><b>Definition</b> web.h:38</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a83fce5e967431057a851c90730c8d380ad93d74a33f95bc701ba40c51dc7a1474"><div class="ttname"><a href="web_8h.html#a83fce5e967431057a851c90730c8d380ad93d74a33f95bc701ba40c51dc7a1474">WebFooterButtonId_Type6</a></div><div class="ttdeci">@ WebFooterButtonId_Type6</div><div class="ttdoc">Unknown button Id 6.</div><div class="ttdef"><b>Definition</b> web.h:43</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a84a2a81ac7e8b6456305925f448873fb"><div class="ttname"><a href="web_8h.html#a84a2a81ac7e8b6456305925f448873fb">webConfigSetLobbyParameter</a></div><div class="ttdeci">Result webConfigSetLobbyParameter(WebCommonConfig *config, const char *str)</div><div class="ttdoc">Sets the LobbyParameter.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a87707709dcb09951d2b92a20b60c9241"><div class="ttname"><a href="web_8h.html#a87707709dcb09951d2b92a20b60c9241">webConfigSetBootAsMediaPlayer</a></div><div class="ttdeci">Result webConfigSetBootAsMediaPlayer(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets the BootAsMediaPlayer flag.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a8e004b8f925c6f5ea73a6890ada223a8"><div class="ttname"><a href="web_8h.html#a8e004b8f925c6f5ea73a6890ada223a8">webNewsCreate</a></div><div class="ttdeci">Result webNewsCreate(WebCommonConfig *config, const char *url)</div><div class="ttdoc">Creates the config for WebApplet.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a921fe03cc8446d16320b749b360ca383"><div class="ttname"><a href="web_8h.html#a921fe03cc8446d16320b749b360ca383">webConfigShow</a></div><div class="ttdeci">Result webConfigShow(WebCommonConfig *config, WebCommonReply *out)</div><div class="ttdoc">Launches the {web applet} with the specified config and waits for it to exit.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a950022612656c451f041ae15852a876b"><div class="ttname"><a href="web_8h.html#a950022612656c451f041ae15852a876b">webConfigSetMediaPlayerUserGestureRestriction</a></div><div class="ttdeci">Result webConfigSetMediaPlayerUserGestureRestriction(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets the MediaPlayerUserGestureRestriction flag.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_a9f59a1739ce14e7013d1dc161ee099a3"><div class="ttname"><a href="web_8h.html#a9f59a1739ce14e7013d1dc161ee099a3">webConfigSetBootDisplayKind</a></div><div class="ttdeci">Result webConfigSetBootDisplayKind(WebCommonConfig *config, WebBootDisplayKind kind)</div><div class="ttdoc">Sets the BootDisplayKind.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aa117793b180a831dfba061bb3205c1b4"><div class="ttname"><a href="web_8h.html#aa117793b180a831dfba061bb3205c1b4">webConfigRequestExit</a></div><div class="ttdeci">Result webConfigRequestExit(WebCommonConfig *config)</div><div class="ttdoc">Request the applet to exit after webConfigShow was used, while the applet is still running.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24">WebArgType</a></div><div class="ttdeci">WebArgType</div><div class="ttdoc">Types for WebArgTLV, input storage.</div><div class="ttdef"><b>Definition</b> web.h:166</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a00eef736d9649fda6cabe97a5fdce713"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a00eef736d9649fda6cabe97a5fdce713">WebArgType_SystemDataId</a></div><div class="ttdeci">@ WebArgType_SystemDataId</div><div class="ttdoc">[1.0.0+] Offline-applet, u64 SystemDataId</div><div class="ttdef"><b>Definition</b> web.h:173</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a0e402c5a24c6edea5315a2e2448d7e70"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a0e402c5a24c6edea5315a2e2448d7e70">WebArgType_DisplayUrlKind</a></div><div class="ttdeci">@ WebArgType_DisplayUrlKind</div><div class="ttdoc">[1.0.0+] u8 bool, DisplayUrlKind (value = (input_enumval==0x1)).</div><div class="ttdef"><b>Definition</b> web.h:195</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a1639443cb6f8ffd8de3518ec4c17d229"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a1639443cb6f8ffd8de3518ec4c17d229">WebArgType_MediaPlayerSpeedControl</a></div><div class="ttdeci">@ WebArgType_MediaPlayerSpeedControl</div><div class="ttdoc">[6.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:217</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a206582bb790c1ae403f57c2fc8ccb056"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a206582bb790c1ae403f57c2fc8ccb056">WebArgType_AdditionalMediaData1</a></div><div class="ttdeci">@ WebArgType_AdditionalMediaData1</div><div class="ttdoc">[6.0.0+] Share-applet 0x10-byte u8 array, AdditionalMediaData. Entry 1.</div><div class="ttdef"><b>Definition</b> web.h:221</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a2396a3eea8e0322473f647ed95a1ba52"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a2396a3eea8e0322473f647ed95a1ba52">WebArgType_UnknownD</a></div><div class="ttdeci">@ WebArgType_UnknownD</div><div class="ttdoc">[1.0.0+] u8</div><div class="ttdef"><b>Definition</b> web.h:178</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a258608b02e6a0239f034507337beddf1"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a258608b02e6a0239f034507337beddf1">WebArgType_2F</a></div><div class="ttdeci">@ WebArgType_2F</div><div class="ttdoc">[5.0.0+] u8</div><div class="ttdef"><b>Definition</b> web.h:210</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a2adea6172430ded7180cee15ab283a20"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a2adea6172430ded7180cee15ab283a20">WebArgType_Url</a></div><div class="ttdeci">@ WebArgType_Url</div><div class="ttdoc">[1.0.0+] String, size 0xC00. Initial URL.</div><div class="ttdef"><b>Definition</b> web.h:167</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a2bb1532d53cf93f574231f3f6d9f45b2"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a2bb1532d53cf93f574231f3f6d9f45b2">WebArgType_PlayReport</a></div><div class="ttdeci">@ WebArgType_PlayReport</div><div class="ttdoc">[1.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:184</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a2ec4b9de2bf7d56772607cde75829a29"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a2ec4b9de2bf7d56772607cde75829a29">WebArgType_ShareStartPage</a></div><div class="ttdeci">@ WebArgType_ShareStartPage</div><div class="ttdoc">[1.0.0+] u32 enum \WebShareStartPage</div><div class="ttdef"><b>Definition</b> web.h:174</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a31d886f3b8ac07e373baade9f427b7c6"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a31d886f3b8ac07e373baade9f427b7c6">WebArgType_FooterFixedKind</a></div><div class="ttdeci">@ WebArgType_FooterFixedKind</div><div class="ttdoc">[5.0.0+] u32 enum WebFooterFixedKind</div><div class="ttdef"><b>Definition</b> web.h:212</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a343eec9b3229e95402225b97e9621b9e"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a343eec9b3229e95402225b97e9621b9e">WebArgType_SessionBootMode</a></div><div class="ttdeci">@ WebArgType_SessionBootMode</div><div class="ttdoc">[7.0.0+] u32 enum WebSessionBootMode</div><div class="ttdef"><b>Definition</b> web.h:227</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a39ccf6925f49e1f725b9e8609be17422"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a39ccf6925f49e1f725b9e8609be17422">WebArgType_OverrideWebAudioVolume</a></div><div class="ttdeci">@ WebArgType_OverrideWebAudioVolume</div><div class="ttdoc">[6.0.0+] float</div><div class="ttdef"><b>Definition</b> web.h:225</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a43bcaac40eb0b55f6b7c9f3974ac95aa"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a43bcaac40eb0b55f6b7c9f3974ac95aa">WebArgType_AdditionalMediaData0</a></div><div class="ttdeci">@ WebArgType_AdditionalMediaData0</div><div class="ttdoc">[4.0.0+] Share-applet 0x10-byte u8 array, AdditionalMediaData. Entry 0. If the user-input size is les...</div><div class="ttdef"><b>Definition</b> web.h:206</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a43db61ef6360b74d654b4ed26aa6937e"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a43db61ef6360b74d654b4ed26aa6937e">WebArgType_PageCache</a></div><div class="ttdeci">@ WebArgType_PageCache</div><div class="ttdoc">[4.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:208</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a4591ee683c3d4f233b3959181fa6fa09"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a4591ee683c3d4f233b3959181fa6fa09">WebArgType_CallbackUrl</a></div><div class="ttdeci">@ WebArgType_CallbackUrl</div><div class="ttdoc">[1.0.0+] String, size 0x400.</div><div class="ttdef"><b>Definition</b> web.h:168</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a464398febd03776f3038996daa2764cc"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a464398febd03776f3038996daa2764cc">WebArgType_Unknown14</a></div><div class="ttdeci">@ WebArgType_Unknown14</div><div class="ttdoc">[1.0.0+] u8</div><div class="ttdef"><b>Definition</b> web.h:185</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a472148de6b8e7a92db6d5e0b0246780f"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a472148de6b8e7a92db6d5e0b0246780f">WebArgType_SessionFlag</a></div><div class="ttdeci">@ WebArgType_SessionFlag</div><div class="ttdoc">[7.0.0+] u8 bool, enables using WebSession when set.</div><div class="ttdef"><b>Definition</b> web.h:228</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a4a5cf8c4b9c020aef820b2b99f314c52"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a4a5cf8c4b9c020aef820b2b99f314c52">WebArgType_PageScrollIndicator</a></div><div class="ttdeci">@ WebArgType_PageScrollIndicator</div><div class="ttdoc">[5.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:216</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a4bb7c6b83e9c8ed73d45740691058b13"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a4bb7c6b83e9c8ed73d45740691058b13">WebArgType_KeyRepeatFrame0</a></div><div class="ttdeci">@ WebArgType_KeyRepeatFrame0</div><div class="ttdoc">[1.0.0+] s32 KeyRepeatFrame, first param</div><div class="ttdef"><b>Definition</b> web.h:192</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a4cec92459afc595aea63d44efff0385b"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a4cec92459afc595aea63d44efff0385b">WebArgType_BootLoadingIcon</a></div><div class="ttdeci">@ WebArgType_BootLoadingIcon</div><div class="ttdoc">[5.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:215</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a574817aa7c1ca752c2e88fe9b12f7a2a"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a574817aa7c1ca752c2e88fe9b12f7a2a">WebArgType_MediaCreatorApplicationRatingAge</a></div><div class="ttdeci">@ WebArgType_MediaCreatorApplicationRatingAge</div><div class="ttdoc">[5.0.0+] Share-applet 0x20-byte s8 array, MediaCreatorApplicationRatingAge.</div><div class="ttdef"><b>Definition</b> web.h:214</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a5bbd13db7522e58d726c3a751530d270"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a5bbd13db7522e58d726c3a751530d270">WebArgType_AlbumEntry1</a></div><div class="ttdeci">@ WebArgType_AlbumEntry1</div><div class="ttdoc">[6.0.0+] Share-applet caps AlbumEntry, entry 1.</div><div class="ttdef"><b>Definition</b> web.h:218</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a5efe378e5a2690cb53d89397a84fd1eb"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a5efe378e5a2690cb53d89397a84fd1eb">WebArgType_LobbyParameter</a></div><div class="ttdeci">@ WebArgType_LobbyParameter</div><div class="ttdoc">[2.0.0+] String, size 0x100.</div><div class="ttdef"><b>Definition</b> web.h:200</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a61eb9174b7f0ef194986d45005c03853"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a61eb9174b7f0ef194986d45005c03853">WebArgType_MediaPlayerUserGestureRestriction</a></div><div class="ttdeci">@ WebArgType_MediaPlayerUserGestureRestriction</div><div class="ttdoc">[2.0.0-5.1.0] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:198</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a61fbfa927f04b01a671f16774ff37932"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a61fbfa927f04b01a671f16774ff37932">WebArgType_MediaAutoPlay</a></div><div class="ttdeci">@ WebArgType_MediaAutoPlay</div><div class="ttdoc">[6.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:199</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a64595870796a2bb941db478a23275ea3"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a64595870796a2bb941db478a23275ea3">WebArgType_UnknownC</a></div><div class="ttdeci">@ WebArgType_UnknownC</div><div class="ttdoc">[1.0.0+] u8</div><div class="ttdef"><b>Definition</b> web.h:177</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a6a84958e7b66c2b02aa019f77b02d4d2"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a6a84958e7b66c2b02aa019f77b02d4d2">WebArgType_BootAsMediaPlayer</a></div><div class="ttdeci">@ WebArgType_BootAsMediaPlayer</div><div class="ttdoc">[2.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:196</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a6dc611dc812e08f4e289cc7d4d601e2d"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a6dc611dc812e08f4e289cc7d4d601e2d">WebArgType_WebAudio</a></div><div class="ttdeci">@ WebArgType_WebAudio</div><div class="ttdoc">[4.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:209</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a70dd71d8a5ad81090214013d6d615afd"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a70dd71d8a5ad81090214013d6d615afd">WebArgType_UserAgentAdditionalString</a></div><div class="ttdeci">@ WebArgType_UserAgentAdditionalString</div><div class="ttdoc">[4.0.0+] String, size 0x80.</div><div class="ttdef"><b>Definition</b> web.h:205</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a70df19f5990e209b17f68388d93a6250"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a70df19f5990e209b17f68388d93a6250">WebArgType_PageFade</a></div><div class="ttdeci">@ WebArgType_PageFade</div><div class="ttdoc">[5.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:213</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a760ae14ecc0b98aca00ff2c3dea099cb"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a760ae14ecc0b98aca00ff2c3dea099cb">WebArgType_Footer</a></div><div class="ttdeci">@ WebArgType_Footer</div><div class="ttdoc">[1.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:189</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a7a9a6ae27c7572ec72fbceb9076864dd"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a7a9a6ae27c7572ec72fbceb9076864dd">WebArgType_BootFooterButton</a></div><div class="ttdeci">@ WebArgType_BootFooterButton</div><div class="ttdoc">[6.0.0+] Array of WebBootFooterButtonEntry with 0x10 entries.</div><div class="ttdef"><b>Definition</b> web.h:224</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a7b6ef9090403abbc044ba20d04257683"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a7b6ef9090403abbc044ba20d04257683">WebArgType_TouchEnabledOnContents</a></div><div class="ttdeci">@ WebArgType_TouchEnabledOnContents</div><div class="ttdoc">[4.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:204</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a7f8839477cb2e47b5a6c1f5ef10fac51"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a7f8839477cb2e47b5a6c1f5ef10fac51">WebArgType_TransferMemory</a></div><div class="ttdeci">@ WebArgType_TransferMemory</div><div class="ttdoc">[11.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:230</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a91fe854595b38da0e8ded52c1399ee25"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a91fe854595b38da0e8ded52c1399ee25">WebArgType_AdditionalMediaData2</a></div><div class="ttdeci">@ WebArgType_AdditionalMediaData2</div><div class="ttdoc">[6.0.0+] Share-applet 0x10-byte u8 array, AdditionalMediaData. Entry 2.</div><div class="ttdef"><b>Definition</b> web.h:222</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a9c1675c68afe6182f5d8e1c58ec29e4e"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a9c1675c68afe6182f5d8e1c58ec29e4e">WebArgType_AlbumEntry2</a></div><div class="ttdeci">@ WebArgType_AlbumEntry2</div><div class="ttdoc">[6.0.0+] Share-applet caps AlbumEntry, entry 2.</div><div class="ttdef"><b>Definition</b> web.h:219</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24a9deab920521df8c079a8ca7e21031c46"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24a9deab920521df8c079a8ca7e21031c46">WebArgType_YouTubeVideoFlag</a></div><div class="ttdeci">@ WebArgType_YouTubeVideoFlag</div><div class="ttdoc">[5.0.0+] u8 bool Indicates that the built-in whitelist for YouTubeVideo should be used.</div><div class="ttdef"><b>Definition</b> web.h:211</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24aaa2179599d57b0f84a6b4d5e43355da4"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24aaa2179599d57b0f84a6b4d5e43355da4">WebArgType_Whitelist</a></div><div class="ttdeci">@ WebArgType_Whitelist</div><div class="ttdoc">[1.0.0+] String, size 0x1000.</div><div class="ttdef"><b>Definition</b> web.h:175</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24aaad409d7e37364a4adfac1e80787a5eb"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24aaad409d7e37364a4adfac1e80787a5eb">WebArgType_Pointer</a></div><div class="ttdeci">@ WebArgType_Pointer</div><div class="ttdoc">[1.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:190</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24aadd2a1b89878658d2c2626d94240a143"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24aadd2a1b89878658d2c2626d94240a143">WebArgType_EcClientCert</a></div><div class="ttdeci">@ WebArgType_EcClientCert</div><div class="ttdoc">[1.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:182</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24aaef4aa43bbde34535f54b99026017b60"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24aaef4aa43bbde34535f54b99026017b60">WebArgType_DocumentPath</a></div><div class="ttdeci">@ WebArgType_DocumentPath</div><div class="ttdoc">[1.0.0+] Offline-applet, string with size 0xC00.</div><div class="ttdef"><b>Definition</b> web.h:171</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24aaf32d5cc444f454b23ff03c22d8fdd15"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24aaf32d5cc444f454b23ff03c22d8fdd15">WebArgType_ShopJump</a></div><div class="ttdeci">@ WebArgType_ShopJump</div><div class="ttdoc">[2.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:197</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24ab508d17be644c62fc4cefcb4c964db6d"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24ab508d17be644c62fc4cefcb4c964db6d">WebArgType_MediaPlayerUi</a></div><div class="ttdeci">@ WebArgType_MediaPlayerUi</div><div class="ttdoc">[8.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:229</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24ab54cef9598e251143dd98a60f668fd7a"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24ab54cef9598e251143dd98a60f668fd7a">WebArgType_BootDisplayKind</a></div><div class="ttdeci">@ WebArgType_BootDisplayKind</div><div class="ttdoc">[1.0.0+] u32 enum WebBootDisplayKind</div><div class="ttdef"><b>Definition</b> web.h:187</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24abd12c71c484a76c5fc95c89ba2bbae3a"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24abd12c71c484a76c5fc95c89ba2bbae3a">WebArgType_OverrideMediaAudioVolume</a></div><div class="ttdeci">@ WebArgType_OverrideMediaAudioVolume</div><div class="ttdoc">[6.0.0+] float</div><div class="ttdef"><b>Definition</b> web.h:226</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24abf33b2c8793cd30b3c0e4395e5ee1dd8"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24abf33b2c8793cd30b3c0e4395e5ee1dd8">WebArgType_Unknown15</a></div><div class="ttdeci">@ WebArgType_Unknown15</div><div class="ttdoc">[1.0.0+] u8</div><div class="ttdef"><b>Definition</b> web.h:186</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24ac66ea9adadda63b957fe05627c04d9c2"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24ac66ea9adadda63b957fe05627c04d9c2">WebArgType_CallbackableUrl</a></div><div class="ttdeci">@ WebArgType_CallbackableUrl</div><div class="ttdoc">[1.0.0+] String, size 0x400.</div><div class="ttdef"><b>Definition</b> web.h:169</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24ac750a965fcdc57b5e05f68fb6d53810b"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24ac750a965fcdc57b5e05f68fb6d53810b">WebArgType_AdditionalMediaData3</a></div><div class="ttdeci">@ WebArgType_AdditionalMediaData3</div><div class="ttdoc">[6.0.0+] Share-applet 0x10-byte u8 array, AdditionalMediaData. Entry 3.</div><div class="ttdef"><b>Definition</b> web.h:223</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24acc27204e0db2e05f597c2535b317bdfb"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24acc27204e0db2e05f597c2535b317bdfb">WebArgType_AlbumEntry3</a></div><div class="ttdeci">@ WebArgType_AlbumEntry3</div><div class="ttdoc">[6.0.0+] Share-applet caps AlbumEntry, entry 3.</div><div class="ttdef"><b>Definition</b> web.h:220</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24ad11bc16457af19a10f5a05ac4f640417"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24ad11bc16457af19a10f5a05ac4f640417">WebArgType_LeftStickMode</a></div><div class="ttdeci">@ WebArgType_LeftStickMode</div><div class="ttdoc">[1.0.0+] u32 enum WebLeftStickMode</div><div class="ttdef"><b>Definition</b> web.h:191</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24ad5a9aff84242cf44463786dd52302d58"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24ad5a9aff84242cf44463786dd52302d58">WebArgType_BootAsMediaPlayerInverted</a></div><div class="ttdeci">@ WebArgType_BootAsMediaPlayerInverted</div><div class="ttdoc">[1.0.0+] u8 bool. With News on [3.0.0+] this is set after BootAsMediaPlayer with the value inverted.</div><div class="ttdef"><b>Definition</b> web.h:194</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24ad5e1fba50b8a26e22694c228cadabc9d"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24ad5e1fba50b8a26e22694c228cadabc9d">WebArgType_MediaPlayerAutoClose</a></div><div class="ttdeci">@ WebArgType_MediaPlayerAutoClose</div><div class="ttdoc">[4.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:207</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24adb29efc67821c3b1e18073d9dcd95152"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24adb29efc67821c3b1e18073d9dcd95152">WebArgType_NewsFlag</a></div><div class="ttdeci">@ WebArgType_NewsFlag</div><div class="ttdoc">[1.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:176</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24adc70a7c585c8ec138c0b5ac2443ff8ed"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24adc70a7c585c8ec138c0b5ac2443ff8ed">WebArgType_Unknown12</a></div><div class="ttdeci">@ WebArgType_Unknown12</div><div class="ttdoc">[1.0.0+] u8</div><div class="ttdef"><b>Definition</b> web.h:183</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24addb46ae506c1ca4810ab8b4d22b933e1"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24addb46ae506c1ca4810ab8b4d22b933e1">WebArgType_KeyRepeatFrame1</a></div><div class="ttdeci">@ WebArgType_KeyRepeatFrame1</div><div class="ttdoc">[1.0.0+] s32 KeyRepeatFrame, second param</div><div class="ttdef"><b>Definition</b> web.h:193</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24ae101b74bd714623230d5b792525c088f"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24ae101b74bd714623230d5b792525c088f">WebArgType_DocumentKind</a></div><div class="ttdeci">@ WebArgType_DocumentKind</div><div class="ttdoc">[1.0.0+] Offline-applet, u32 enum \WebDocumentKind.</div><div class="ttdef"><b>Definition</b> web.h:172</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24ae1586aaa8b99d9cf004447c0e59766ef"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24ae1586aaa8b99d9cf004447c0e59766ef">WebArgType_JsExtension</a></div><div class="ttdeci">@ WebArgType_JsExtension</div><div class="ttdoc">[3.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:202</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24ae9677d8b2b5f5327806b7d9b6d76399a"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24ae9677d8b2b5f5327806b7d9b6d76399a">WebArgType_AdditionalCommentText</a></div><div class="ttdeci">@ WebArgType_AdditionalCommentText</div><div class="ttdoc">[4.0.0+] String, size 0x100. Share-applet AdditionalCommentText.</div><div class="ttdef"><b>Definition</b> web.h:203</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24aeced9377ce1b7243d600c8cff50f34bf"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24aeced9377ce1b7243d600c8cff50f34bf">WebArgType_BackgroundKind</a></div><div class="ttdeci">@ WebArgType_BackgroundKind</div><div class="ttdoc">[1.0.0+] u32 enum WebBackgroundKind</div><div class="ttdef"><b>Definition</b> web.h:188</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24aee9fe1f1d3b50c04d692eb1906301941"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24aee9fe1f1d3b50c04d692eb1906301941">WebArgType_Uid</a></div><div class="ttdeci">@ WebArgType_Uid</div><div class="ttdoc">[1.0.0+] AccountUid, controls which user-specific savedata to mount.</div><div class="ttdef"><b>Definition</b> web.h:179</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24af475b007daaf30b72e61ab852fe405eb"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24af475b007daaf30b72e61ab852fe405eb">WebArgType_ApplicationAlbumEntry</a></div><div class="ttdeci">@ WebArgType_ApplicationAlbumEntry</div><div class="ttdoc">[3.0.0+] Share-applet caps ApplicationAlbumEntry</div><div class="ttdef"><b>Definition</b> web.h:201</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24af4ee3c3ee3ad0ccaa9d3d2f2b7d72682"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24af4ee3c3ee3ad0ccaa9d3d2f2b7d72682">WebArgType_ApplicationId</a></div><div class="ttdeci">@ WebArgType_ApplicationId</div><div class="ttdoc">[1.0.0+] Offline-applet, u64 ApplicationId</div><div class="ttdef"><b>Definition</b> web.h:170</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24afa5fa1b82be77fcc9c846009d78772ba"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24afa5fa1b82be77fcc9c846009d78772ba">WebArgType_ScreenShot</a></div><div class="ttdeci">@ WebArgType_ScreenShot</div><div class="ttdoc">[1.0.0+] u8 bool</div><div class="ttdef"><b>Definition</b> web.h:181</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aae57300a418c31227ba698876a75aa24afaa55d8d890b9943b031e991345ea4ad"><div class="ttname"><a href="web_8h.html#aae57300a418c31227ba698876a75aa24afaa55d8d890b9943b031e991345ea4ad">WebArgType_AlbumEntry0</a></div><div class="ttdeci">@ WebArgType_AlbumEntry0</div><div class="ttdoc">[1.0.0+] Share-applet caps AlbumEntry, entry 0.</div><div class="ttdef"><b>Definition</b> web.h:180</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aaefca657d90135739b7dadc1bca2d823"><div class="ttname"><a href="web_8h.html#aaefca657d90135739b7dadc1bca2d823">webConfigSetBootLoadingIcon</a></div><div class="ttdeci">Result webConfigSetBootLoadingIcon(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets the BootLoadingIcon flag.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ab871345eaa6f80960810aabb61f593d2"><div class="ttname"><a href="web_8h.html#ab871345eaa6f80960810aabb61f593d2">webReplyGetMediaPlayerAutoClosedByCompletion</a></div><div class="ttdeci">Result webReplyGetMediaPlayerAutoClosedByCompletion(WebCommonReply *reply, bool *flag)</div><div class="ttdoc">Gets the MediaPlayerAutoClosedByCompletion flag from the specified reply.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ab8d25b88f27fbefbd477574a29425e83"><div class="ttname"><a href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83">WebBootDisplayKind</a></div><div class="ttdeci">WebBootDisplayKind</div><div class="ttdoc">Kind values for webConfigSetBootDisplayKind. Controls the background color while displaying the loadi...</div><div class="ttdef"><b>Definition</b> web.h:260</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ab8d25b88f27fbefbd477574a29425e83a5251254acfbc70748235f7f624e472ef"><div class="ttname"><a href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83a5251254acfbc70748235f7f624e472ef">WebBootDisplayKind_Default</a></div><div class="ttdeci">@ WebBootDisplayKind_Default</div><div class="ttdoc">Default. BackgroundKind is controlled by WebBackgroundKind.</div><div class="ttdef"><b>Definition</b> web.h:261</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ab8d25b88f27fbefbd477574a29425e83ab0e58b1d55d153fd1275c2dedc725b73"><div class="ttname"><a href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83ab0e58b1d55d153fd1275c2dedc725b73">WebBootDisplayKind_Unknown4</a></div><div class="ttdeci">@ WebBootDisplayKind_Unknown4</div><div class="ttdoc">Unknown. Used by webLobbyCreate.</div><div class="ttdef"><b>Definition</b> web.h:265</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ab8d25b88f27fbefbd477574a29425e83abb6ba7449cb77889e4c08997516fee7b"><div class="ttname"><a href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83abb6ba7449cb77889e4c08997516fee7b">WebBootDisplayKind_Unknown3</a></div><div class="ttdeci">@ WebBootDisplayKind_Unknown3</div><div class="ttdoc">Unknown. Used by webShareCreate.</div><div class="ttdef"><b>Definition</b> web.h:264</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ab8d25b88f27fbefbd477574a29425e83ac489611259624ec0c9f6f01d8b39f26f"><div class="ttname"><a href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83ac489611259624ec0c9f6f01d8b39f26f">WebBootDisplayKind_Black</a></div><div class="ttdeci">@ WebBootDisplayKind_Black</div><div class="ttdoc">Black background.</div><div class="ttdef"><b>Definition</b> web.h:263</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ab8d25b88f27fbefbd477574a29425e83ac89edcf0cd071d89bdf4e3fbba5efa11"><div class="ttname"><a href="web_8h.html#ab8d25b88f27fbefbd477574a29425e83ac89edcf0cd071d89bdf4e3fbba5efa11">WebBootDisplayKind_White</a></div><div class="ttdeci">@ WebBootDisplayKind_White</div><div class="ttdoc">White background. Used by webOfflineCreate for docKind WebDocumentKind_ApplicationLegalInformation/We...</div><div class="ttdef"><b>Definition</b> web.h:262</div></div>
|
|
<div class="ttc" id="aweb_8h_html_abced2bcc01f946e718969c81048585ea"><div class="ttname"><a href="web_8h.html#abced2bcc01f946e718969c81048585ea">webConfigSetWhitelist</a></div><div class="ttdeci">Result webConfigSetWhitelist(WebCommonConfig *config, const char *whitelist)</div><div class="ttdoc">Sets the whitelist.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_abdfa56958121f76497d70839ea1ccacc"><div class="ttname"><a href="web_8h.html#abdfa56958121f76497d70839ea1ccacc">WebDocumentKind</a></div><div class="ttdeci">WebDocumentKind</div><div class="ttdoc">This controls the kind of content to mount with Offline-applet.</div><div class="ttdef"><b>Definition</b> web.h:247</div></div>
|
|
<div class="ttc" id="aweb_8h_html_abdfa56958121f76497d70839ea1ccaccac1d6f71a89574f9242c4b539bb85f3f1"><div class="ttname"><a href="web_8h.html#abdfa56958121f76497d70839ea1ccaccac1d6f71a89574f9242c4b539bb85f3f1">WebDocumentKind_SystemDataPage</a></div><div class="ttdeci">@ WebDocumentKind_SystemDataPage</div><div class="ttdoc">Use the Data NCA content from the specified SystemData, see also: https://switchbrew....</div><div class="ttdef"><b>Definition</b> web.h:250</div></div>
|
|
<div class="ttc" id="aweb_8h_html_abdfa56958121f76497d70839ea1ccaccac2f271d3350b685f54578123efa448c9"><div class="ttname"><a href="web_8h.html#abdfa56958121f76497d70839ea1ccaccac2f271d3350b685f54578123efa448c9">WebDocumentKind_OfflineHtmlPage</a></div><div class="ttdeci">@ WebDocumentKind_OfflineHtmlPage</div><div class="ttdoc">Use the HtmlDocument NCA content from the application.</div><div class="ttdef"><b>Definition</b> web.h:248</div></div>
|
|
<div class="ttc" id="aweb_8h_html_abdfa56958121f76497d70839ea1ccaccae93d60715a64c902ce5373e8bcfd2ed0"><div class="ttname"><a href="web_8h.html#abdfa56958121f76497d70839ea1ccaccae93d60715a64c902ce5373e8bcfd2ed0">WebDocumentKind_ApplicationLegalInformation</a></div><div class="ttdeci">@ WebDocumentKind_ApplicationLegalInformation</div><div class="ttdoc">Use the LegalInformation NCA content from the application.</div><div class="ttdef"><b>Definition</b> web.h:249</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ac039376bbab102ffbdff44f12345a003"><div class="ttname"><a href="web_8h.html#ac039376bbab102ffbdff44f12345a003">WebShareStartPage</a></div><div class="ttdeci">WebShareStartPage</div><div class="ttdoc">This controls the initial page for ShareApplet, used by webShareCreate.</div><div class="ttdef"><b>Definition</b> web.h:254</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ac039376bbab102ffbdff44f12345a003aaf3f29a86eada9ad3daf7954a3224cf8"><div class="ttname"><a href="web_8h.html#ac039376bbab102ffbdff44f12345a003aaf3f29a86eada9ad3daf7954a3224cf8">WebShareStartPage_Settings</a></div><div class="ttdeci">@ WebShareStartPage_Settings</div><div class="ttdoc">The "/settings/" page.</div><div class="ttdef"><b>Definition</b> web.h:256</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ac039376bbab102ffbdff44f12345a003af4bf400f92b7cb3621829a93f8760eaa"><div class="ttname"><a href="web_8h.html#ac039376bbab102ffbdff44f12345a003af4bf400f92b7cb3621829a93f8760eaa">WebShareStartPage_Default</a></div><div class="ttdeci">@ WebShareStartPage_Default</div><div class="ttdoc">The default "/" page.</div><div class="ttdef"><b>Definition</b> web.h:255</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ac15f46b0300a4b022fab84ab83d1dc86"><div class="ttname"><a href="web_8h.html#ac15f46b0300a4b022fab84ab83d1dc86">webConfigSetPageScrollIndicator</a></div><div class="ttdeci">Result webConfigSetPageScrollIndicator(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets the PageScrollIndicator flag.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ac224bfe0869997c5704d7b8f3055177f"><div class="ttname"><a href="web_8h.html#ac224bfe0869997c5704d7b8f3055177f">webSessionTryReceiveContentMessage</a></div><div class="ttdeci">Result webSessionTryReceiveContentMessage(WebSession *s, char *content, u64 size, u64 *out_size, bool *flag)</div><div class="ttdoc">TryReceiveContentMessage.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_acb29165aeffd6e245e77109131c8b61f"><div class="ttname"><a href="web_8h.html#acb29165aeffd6e245e77109131c8b61f">webConfigSetUserAgentAdditionalString</a></div><div class="ttdeci">Result webConfigSetUserAgentAdditionalString(WebCommonConfig *config, const char *str)</div><div class="ttdoc">Sets the UserAgentAdditionalString.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_acccd9264fe947212768084cca8992c6f"><div class="ttname"><a href="web_8h.html#acccd9264fe947212768084cca8992c6f">webConfigSetPointer</a></div><div class="ttdeci">Result webConfigSetPointer(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets the whether the Pointer is enabled.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ad6506dada2c506ada1d496bf8954d3ce"><div class="ttname"><a href="web_8h.html#ad6506dada2c506ada1d496bf8954d3ce">WebSessionSendMessageKind</a></div><div class="ttdeci">WebSessionSendMessageKind</div><div class="ttdoc">WebSessionSendMessageKind.</div><div class="ttdef"><b>Definition</b> web.h:54</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ad6506dada2c506ada1d496bf8954d3cea2ee5b303e94d18006e8c26e56f7b0db2"><div class="ttname"><a href="web_8h.html#ad6506dada2c506ada1d496bf8954d3cea2ee5b303e94d18006e8c26e56f7b0db2">WebSessionSendMessageKind_Ack</a></div><div class="ttdeci">@ WebSessionSendMessageKind_Ack</div><div class="ttdoc">Ack.</div><div class="ttdef"><b>Definition</b> web.h:57</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ad6506dada2c506ada1d496bf8954d3ceaac33b568618c4a081be9e1fe3a4549c3"><div class="ttname"><a href="web_8h.html#ad6506dada2c506ada1d496bf8954d3ceaac33b568618c4a081be9e1fe3a4549c3">WebSessionSendMessageKind_BrowserEngineContent</a></div><div class="ttdeci">@ WebSessionSendMessageKind_BrowserEngineContent</div><div class="ttdoc">BrowserEngine Content.</div><div class="ttdef"><b>Definition</b> web.h:55</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ad6506dada2c506ada1d496bf8954d3ceadba33e03f2bc70498bca26d6abac6c8f"><div class="ttname"><a href="web_8h.html#ad6506dada2c506ada1d496bf8954d3ceadba33e03f2bc70498bca26d6abac6c8f">WebSessionSendMessageKind_SystemMessageAppear</a></div><div class="ttdeci">@ WebSessionSendMessageKind_SystemMessageAppear</div><div class="ttdoc">SystemMessage Appear.</div><div class="ttdef"><b>Definition</b> web.h:56</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ad73505e4a065f47c812dfe608268472c"><div class="ttname"><a href="web_8h.html#ad73505e4a065f47c812dfe608268472c">webConfigSetOverrideMediaAudioVolume</a></div><div class="ttdeci">Result webConfigSetOverrideMediaAudioVolume(WebCommonConfig *config, float value)</div><div class="ttdoc">Sets OverrideMediaAudioVolume.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ad767ebc70082bad5de0960c657e5fb19"><div class="ttname"><a href="web_8h.html#ad767ebc70082bad5de0960c657e5fb19">webSessionRequestExit</a></div><div class="ttdeci">Result webSessionRequestExit(WebSession *s)</div><div class="ttdoc">Request the applet to exit.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ad7bbea94638aee82002a42b6f95b946e"><div class="ttname"><a href="web_8h.html#ad7bbea94638aee82002a42b6f95b946e">webReplyGetPostServiceName</a></div><div class="ttdeci">Result webReplyGetPostServiceName(WebCommonReply *reply, char *outstr, size_t outstr_maxsize, size_t *out_size)</div><div class="ttdoc">Gets the PostServiceName from the specified reply.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_adab61fd0a3e0ce6b361c9f37dcfe1394"><div class="ttname"><a href="web_8h.html#adab61fd0a3e0ce6b361c9f37dcfe1394">webConfigSetScreenShot</a></div><div class="ttdeci">Result webConfigSetScreenShot(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets the ScreenShot flag, which controls whether screen-shot capture is allowed.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_adc43bb3ba5977c329993675f0ecaa258"><div class="ttname"><a href="web_8h.html#adc43bb3ba5977c329993675f0ecaa258">webConfigSetMediaAutoPlay</a></div><div class="ttdeci">Result webConfigSetMediaAutoPlay(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets whether MediaAutoPlay is enabled.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_adc4a7ed307fb818cb9549cee7532ae35"><div class="ttname"><a href="web_8h.html#adc4a7ed307fb818cb9549cee7532ae35">webWifiShow</a></div><div class="ttdeci">Result webWifiShow(WebWifiConfig *config, WebWifiReturnValue *out)</div><div class="ttdoc">Launches WifiWebAuthApplet with the specified config and waits for it to exit.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ae02c869e6796edd4b5aaf950be43110e"><div class="ttname"><a href="web_8h.html#ae02c869e6796edd4b5aaf950be43110e">webReplyGetSharePostResult</a></div><div class="ttdeci">Result webReplyGetSharePostResult(WebCommonReply *reply, u32 *sharePostResult)</div><div class="ttdoc">Gets the SharePostResult from the specified reply.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ae11956e6a5a2ba8ce29f9ce84015c019"><div class="ttname"><a href="web_8h.html#ae11956e6a5a2ba8ce29f9ce84015c019">webConfigSetAlbumEntry</a></div><div class="ttdeci">Result webConfigSetAlbumEntry(WebCommonConfig *config, const CapsAlbumEntry *entry)</div><div class="ttdoc">Sets the Share CapsAlbumEntry.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ae2df105f0c760e0db070e6784deae706"><div class="ttname"><a href="web_8h.html#ae2df105f0c760e0db070e6784deae706">WebExitReason</a></div><div class="ttdeci">WebExitReason</div><div class="ttdoc">ExitReason.</div><div class="ttdef"><b>Definition</b> web.h:26</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ae2df105f0c760e0db070e6784deae706a44170814293fda35f1ceedc770025470"><div class="ttname"><a href="web_8h.html#ae2df105f0c760e0db070e6784deae706a44170814293fda35f1ceedc770025470">WebExitReason_LastUrl</a></div><div class="ttdeci">@ WebExitReason_LastUrl</div><div class="ttdoc">The applet exited due to LastUrl handling, see webReplyGetLastUrl.</div><div class="ttdef"><b>Definition</b> web.h:30</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ae2df105f0c760e0db070e6784deae706a49f1b55af7edf2ce49db4ed2ea15ecd4"><div class="ttname"><a href="web_8h.html#ae2df105f0c760e0db070e6784deae706a49f1b55af7edf2ce49db4ed2ea15ecd4">WebExitReason_ExitButton</a></div><div class="ttdeci">@ WebExitReason_ExitButton</div><div class="ttdoc">User pressed the X button to exit.</div><div class="ttdef"><b>Definition</b> web.h:27</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ae2df105f0c760e0db070e6784deae706a63c1b55aa589c72eac8223e242584acc"><div class="ttname"><a href="web_8h.html#ae2df105f0c760e0db070e6784deae706a63c1b55aa589c72eac8223e242584acc">WebExitReason_Requested</a></div><div class="ttdeci">@ WebExitReason_Requested</div><div class="ttdoc">The applet exited since webConfigRequestExit was used.</div><div class="ttdef"><b>Definition</b> web.h:29</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ae2df105f0c760e0db070e6784deae706a8bf9d604cf4708a294cae694504428c9"><div class="ttname"><a href="web_8h.html#ae2df105f0c760e0db070e6784deae706a8bf9d604cf4708a294cae694504428c9">WebExitReason_ErrorDialog</a></div><div class="ttdeci">@ WebExitReason_ErrorDialog</div><div class="ttdoc">The applet exited after displaying an error dialog.</div><div class="ttdef"><b>Definition</b> web.h:31</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ae2df105f0c760e0db070e6784deae706acaccb1139b0f766acd50d965cfcda649"><div class="ttname"><a href="web_8h.html#ae2df105f0c760e0db070e6784deae706acaccb1139b0f766acd50d965cfcda649">WebExitReason_UnknownE</a></div><div class="ttdeci">@ WebExitReason_UnknownE</div><div class="ttdoc">Unknown.</div><div class="ttdef"><b>Definition</b> web.h:32</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ae2df105f0c760e0db070e6784deae706afe281dc2c6ba9bd3f8def9ce140cc637"><div class="ttname"><a href="web_8h.html#ae2df105f0c760e0db070e6784deae706afe281dc2c6ba9bd3f8def9ce140cc637">WebExitReason_BackButton</a></div><div class="ttdeci">@ WebExitReason_BackButton</div><div class="ttdoc">User pressed the B button to exit, on the initial page.</div><div class="ttdef"><b>Definition</b> web.h:28</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ae49e6fb402348ec865a5a9ad1ab6decb"><div class="ttname"><a href="web_8h.html#ae49e6fb402348ec865a5a9ad1ab6decb">webConfigSetBootMode</a></div><div class="ttdeci">Result webConfigSetBootMode(WebCommonConfig *config, WebSessionBootMode mode)</div><div class="ttdoc">Sets WebSessionBootMode.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ae4e3ecd7cf0a38b52818ef3433667ee8"><div class="ttname"><a href="web_8h.html#ae4e3ecd7cf0a38b52818ef3433667ee8">webConfigSetMediaPlayerUi</a></div><div class="ttdeci">Result webConfigSetMediaPlayerUi(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets whether MediaPlayerUi is enabled.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ae5d5bcebc732df0f7816280b71fb3124"><div class="ttname"><a href="web_8h.html#ae5d5bcebc732df0f7816280b71fb3124">webConfigSetAdditionalCommentText</a></div><div class="ttdeci">Result webConfigSetAdditionalCommentText(WebCommonConfig *config, const char *str)</div><div class="ttdoc">Sets the Share AdditionalCommentText.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ae804926fc16aaafc2dfe9f9ba4e73eaa"><div class="ttname"><a href="web_8h.html#ae804926fc16aaafc2dfe9f9ba4e73eaa">webSessionAppear</a></div><div class="ttdeci">Result webSessionAppear(WebSession *s, bool *flag)</div><div class="ttdoc">Request the applet to Appear, this is only needed with WebSessionBootMode_AllForegroundInitiallyHidde...</div></div>
|
|
<div class="ttc" id="aweb_8h_html_ae8fd8c18a5700eca148c9db76860e129"><div class="ttname"><a href="web_8h.html#ae8fd8c18a5700eca148c9db76860e129">webConfigSetBackgroundKind</a></div><div class="ttdeci">Result webConfigSetBackgroundKind(WebCommonConfig *config, WebBackgroundKind kind)</div><div class="ttdoc">Sets the BackgroundKind.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aecc6620b4df17f75ce754ae4039b3aba"><div class="ttname"><a href="web_8h.html#aecc6620b4df17f75ce754ae4039b3aba">WebFooterFixedKind</a></div><div class="ttdeci">WebFooterFixedKind</div><div class="ttdoc">Kind values for webConfigSetFooterFixedKind. Controls UI footer display behaviour.</div><div class="ttdef"><b>Definition</b> web.h:282</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aecc6620b4df17f75ce754ae4039b3abaa071c80b03686f70b36ab3788f92c1c78"><div class="ttname"><a href="web_8h.html#aecc6620b4df17f75ce754ae4039b3abaa071c80b03686f70b36ab3788f92c1c78">WebFooterFixedKind_Default</a></div><div class="ttdeci">@ WebFooterFixedKind_Default</div><div class="ttdoc">Default. Footer is hidden while scrolling.</div><div class="ttdef"><b>Definition</b> web.h:283</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aecc6620b4df17f75ce754ae4039b3abaa275a60a1f80dbeb1cf943c15d7ed0b41"><div class="ttname"><a href="web_8h.html#aecc6620b4df17f75ce754ae4039b3abaa275a60a1f80dbeb1cf943c15d7ed0b41">WebFooterFixedKind_Always</a></div><div class="ttdeci">@ WebFooterFixedKind_Always</div><div class="ttdoc">Footer is always displayed regardless of scrolling.</div><div class="ttdef"><b>Definition</b> web.h:284</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aecc6620b4df17f75ce754ae4039b3abaa751e59291c6d6e287b7b673d21ade393"><div class="ttname"><a href="web_8h.html#aecc6620b4df17f75ce754ae4039b3abaa751e59291c6d6e287b7b673d21ade393">WebFooterFixedKind_Hidden</a></div><div class="ttdeci">@ WebFooterFixedKind_Hidden</div><div class="ttdoc">Footer is hidden regardless of scrolling.</div><div class="ttdef"><b>Definition</b> web.h:285</div></div>
|
|
<div class="ttc" id="aweb_8h_html_aed61bc310a8cdd744b41080814134285"><div class="ttname"><a href="web_8h.html#aed61bc310a8cdd744b41080814134285">webConfigSetShopJump</a></div><div class="ttdeci">Result webConfigSetShopJump(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets the ShopJump flag.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_af1cda5cefcacf64637485b38ed8231c0"><div class="ttname"><a href="web_8h.html#af1cda5cefcacf64637485b38ed8231c0">webConfigSetTransferMemory</a></div><div class="ttdeci">Result webConfigSetTransferMemory(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets whether TransferMemory is enabled.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_af31e1eae8c66afa683e07d0e95b6fc89"><div class="ttname"><a href="web_8h.html#af31e1eae8c66afa683e07d0e95b6fc89">webConfigSetMediaPlayerSpeedControl</a></div><div class="ttdeci">Result webConfigSetMediaPlayerSpeedControl(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets whether MediaPlayerSpeedControl is enabled.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_af790494c64dce7f418f1edc518435a6f"><div class="ttname"><a href="web_8h.html#af790494c64dce7f418f1edc518435a6f">webConfigSetBootFooterButtonVisible</a></div><div class="ttdeci">Result webConfigSetBootFooterButtonVisible(WebCommonConfig *config, WebFooterButtonId button, bool visible)</div><div class="ttdoc">Sets whether the specified BootFooterButton is visible.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_afa6eea4a49abe0820a2e048723ec5a80"><div class="ttname"><a href="web_8h.html#afa6eea4a49abe0820a2e048723ec5a80">webSessionStart</a></div><div class="ttdeci">Result webSessionStart(WebSession *s, Event **out_event)</div><div class="ttdoc">Launches the applet for WebSession.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_afa8390a8db41ae654489e7f8dd5d6a95"><div class="ttname"><a href="web_8h.html#afa8390a8db41ae654489e7f8dd5d6a95">webConfigSetJsExtension</a></div><div class="ttdeci">Result webConfigSetJsExtension(WebCommonConfig *config, bool flag)</div><div class="ttdoc">Sets whether JsExtension is enabled.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_afced762743a00750d8725f562637528f"><div class="ttname"><a href="web_8h.html#afced762743a00750d8725f562637528f">webSessionTrySendContentMessage</a></div><div class="ttdeci">Result webSessionTrySendContentMessage(WebSession *s, const char *content, u32 size, bool *flag)</div><div class="ttdoc">TrySendContentMessage.</div></div>
|
|
<div class="ttc" id="aweb_8h_html_afdc6c83afbc46b17db589bbc6576e426"><div class="ttname"><a href="web_8h.html#afdc6c83afbc46b17db589bbc6576e426">webConfigSetApplicationAlbumEntry</a></div><div class="ttdeci">Result webConfigSetApplicationAlbumEntry(WebCommonConfig *config, CapsApplicationAlbumEntry *entry)</div><div class="ttdoc">Sets the Share CapsApplicationAlbumEntry.</div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
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.8
|
|
</small></address>
|
|
</body>
|
|
</html>
|