diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2017-10-30 17:17:52 -0400 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2017-10-30 17:17:52 -0400 |
commit | 4233b570952751945a3f066f35595fbcaec2b0ae (patch) | |
tree | 7888256d1be523dfcb3f4343c59b64b1b516a644 /docs/Classes/SDLSystemCapability.html | |
parent | 43f6367aa18724143032f3624887b0f867c5cc47 (diff) | |
download | sdl_ios-release/5.0.0.tar.gz |
Update for 5.0.0 releaserelease/5.0.0
Diffstat (limited to 'docs/Classes/SDLSystemCapability.html')
-rw-r--r-- | docs/Classes/SDLSystemCapability.html | 162 |
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> |