summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLSystemCapability.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Classes/SDLSystemCapability.html')
-rw-r--r--docs/Classes/SDLSystemCapability.html162
1 files changed, 162 insertions, 0 deletions
diff --git a/docs/Classes/SDLSystemCapability.html b/docs/Classes/SDLSystemCapability.html
new file mode 100644
index 000000000..9d9ba02fb
--- /dev/null
+++ b/docs/Classes/SDLSystemCapability.html
@@ -0,0 +1,162 @@
+<h1>SDLSystemCapability Class Reference</h1>
+
+<h3>Section Contents</h3>
+
+<ul>
+ <li><a href="#section--initWithNavigationCapability:">-initWithNavigationCapability:</a></li>
+ <li><a href="#section--initWithPhoneCapability:">-initWithPhoneCapability:</a></li>
+ <li><a href="#section--initWithVideoStreamingCapability:">-initWithVideoStreamingCapability:</a></li>
+ <li><a href="#section--initWithRemoteControlCapability:">-initWithRemoteControlCapability:</a></li>
+ <li><a href="#section-systemCapabilityType">systemCapabilityType</a></li>
+ <li><a href="#section-navigationCapability">navigationCapability</a></li>
+ <li><a href="#section-phoneCapability">phoneCapability</a></li>
+ <li><a href="#section-videoStreamingCapability">videoStreamingCapability</a></li>
+ <li><a href="#section-remoteControlCapability">remoteControlCapability</a></li>
+</ul>
+
+<h3>Overview</h3>
+
+<p>The systemCapabilityType indicates which type of data should be changed and identifies which data object exists in this struct. For example, if the SystemCapability Type is NAVIGATION then a <q>navigationCapability</q> should exist.</p>
+
+<ul>
+<li>First implemented in SDL Core v4.4</li>
+</ul>
+
+
+<section class="section task-group-section">
+ <h3 id="section--initWithNavigationCapability:">
+ -initWithNavigationCapability:
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLSystemCapability</span> <span class="p">:</span> <span class="nc"><a href="../Classes/SDLRPCStruct.html">SDLRPCStruct</a></span></code></pre>
+
+
+
+
+
+ <h3 id="section--initWithPhoneCapability:">
+ -initWithPhoneCapability:
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLSystemCapability</span> <span class="p">:</span> <span class="nc"><a href="../Classes/SDLRPCStruct.html">SDLRPCStruct</a></span></code></pre>
+
+
+
+
+
+ <h3 id="section--initWithVideoStreamingCapability:">
+ -initWithVideoStreamingCapability:
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLSystemCapability</span> <span class="p">:</span> <span class="nc"><a href="../Classes/SDLRPCStruct.html">SDLRPCStruct</a></span></code></pre>
+
+
+
+
+
+ <h3 id="section--initWithRemoteControlCapability:">
+ -initWithRemoteControlCapability:
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLSystemCapability</span> <span class="p">:</span> <span class="nc"><a href="../Classes/SDLRPCStruct.html">SDLRPCStruct</a></span></code></pre>
+
+
+
+
+
+ <h3 id="section-systemCapabilityType">
+ systemCapabilityType
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLSystemCapability</span> <span class="p">:</span> <span class="nc"><a href="../Classes/SDLRPCStruct.html">SDLRPCStruct</a></span></code></pre>
+
+
+
+
+
+ <h3 id="section-navigationCapability">
+ navigationCapability
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLSystemCapability</span> <span class="p">:</span> <span class="nc"><a href="../Classes/SDLRPCStruct.html">SDLRPCStruct</a></span></code></pre>
+
+
+
+
+
+ <h3 id="section-phoneCapability">
+ phoneCapability
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLSystemCapability</span> <span class="p">:</span> <span class="nc"><a href="../Classes/SDLRPCStruct.html">SDLRPCStruct</a></span></code></pre>
+
+
+
+
+
+ <h3 id="section-videoStreamingCapability">
+ videoStreamingCapability
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLSystemCapability</span> <span class="p">:</span> <span class="nc"><a href="../Classes/SDLRPCStruct.html">SDLRPCStruct</a></span></code></pre>
+
+
+
+
+
+ <h3 id="section-remoteControlCapability">
+ remoteControlCapability
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLSystemCapability</span> <span class="p">:</span> <span class="nc"><a href="../Classes/SDLRPCStruct.html">SDLRPCStruct</a></span></code></pre>
+
+
+
+
+
+</section>