summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLRPCMessage.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Classes/SDLRPCMessage.html')
-rw-r--r--docs/Classes/SDLRPCMessage.html51
1 files changed, 0 insertions, 51 deletions
diff --git a/docs/Classes/SDLRPCMessage.html b/docs/Classes/SDLRPCMessage.html
index c98331625..d562cf5fe 100644
--- a/docs/Classes/SDLRPCMessage.html
+++ b/docs/Classes/SDLRPCMessage.html
@@ -4,9 +4,7 @@
<ul>
<li><a href="#section--initWithName:">-initWithName:</a></li>
- <li><a href="#section--getFunctionName">-getFunctionName</a></li>
<li><a href="#section--setFunctionName:">-setFunctionName:</a></li>
- <li><a href="#section--getParameters:">-getParameters:</a></li>
<li><a href="#section--setParameters:value:">-setParameters:value:</a></li>
<li><a href="#section-bulkData">bulkData</a></li>
<li><a href="#section-name">name</a></li>
@@ -49,28 +47,6 @@
<p>A SDLRPCMessage object</p>
</div>
- <h3 id="section--getFunctionName">
- -getFunctionName
- </h3>
-
- <p>Returns the function name.</p>
-
-
-
- <h4>Objective-C</h4>
- <pre class="highlight objective_c"><code><span class="k">-</span> <span class="p">(</span><span class="n">nullable</span> <span class="n">NSString</span> <span class="o">*</span><span class="p">)</span><span class="n">getFunctionName</span><span class="p">;</span></code></pre>
-
-
- <h4>Swift</h4>
- <pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">getFunctionName</span><span class="p">()</span> <span class="o">-&gt;</span> <span class="kt">String</span><span class="p">?</span></code></pre>
-
-
-
- <div>
- <h4>Return Value</h4>
- <p>The function name</p>
- </div>
-
<h3 id="section--setFunctionName:">
-setFunctionName:
</h3>
@@ -94,33 +70,6 @@
<dd><p>The function name</p></dd>
</dl>
- <h3 id="section--getParameters:">
- -getParameters:
- </h3>
-
- <p>Returns the value associated with the provided key. If the key does not exist, null is returned.</p>
-
-
-
- <h4>Objective-C</h4>
- <pre class="highlight objective_c"><code><span class="k">-</span> <span class="p">(</span><span class="n">nullable</span> <span class="n">NSObject</span> <span class="o">*</span><span class="p">)</span><span class="nf">getParameters</span><span class="p">:(</span><span class="n">nonnull</span> <span class="n">NSString</span> <span class="o">*</span><span class="p">)</span><span class="nv">functionName</span><span class="p">;</span></code></pre>
-
-
- <h4>Swift</h4>
- <pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">getParameters</span><span class="p">(</span><span class="n">_</span> <span class="nv">functionName</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">NSObject</span><span class="p">?</span></code></pre>
-
-
-
- <h4>Parameters</h4>
- <dl>
- <dt>functionName</dt>
- <dd><p>The key name</p></dd>
- </dl>
- <div>
- <h4>Return Value</h4>
- <p>The value associated with the function name</p>
- </div>
-
<h3 id="section--setParameters:value:">
-setParameters:value:
</h3>