blob: 75346efc2d861ddae9c08c826561a41d6da4f4b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<h1>SDLDiagnosticMessageResponse Class Reference</h1>
<h3>Section Contents</h3>
<ul>
<li><a href="#section-messageDataResult">messageDataResult</a></li>
</ul>
<h3>Overview</h3>
<p>SDLDiagnosticMessageResponse is sent, when SDLDiagnosticMessage has been called.</p>
<ul>
<li>Since<b>SmartDeviceLink 3.0</b></li>
</ul>
<section class="section task-group-section">
<h3 id="section-messageDataResult">
messageDataResult
</h3>
<p>Undocumented</p>
<h4>Objective-C</h4>
<pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLDiagnosticMessageResponse</span> <span class="p">:</span> <span class="nc"><a href="../Classes/SDLRPCResponse.html">SDLRPCResponse</a></span></code></pre>
</section>
|