summaryrefslogtreecommitdiff
path: root/docs/Enums/SDLServiceType.html
blob: 7db2aa092a862383665b00e1c5ee1a1b71142525 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<h1>SDLServiceType Enumeration Reference</h1>

<h3>Section Contents</h3>

<ul>
  <li><a href="#section-SDLServiceTypeControl">SDLServiceTypeControl</a></li>
  <li><a href="#section-SDLServiceTypeRPC">SDLServiceTypeRPC</a></li>
  <li><a href="#section-SDLServiceTypeAudio">SDLServiceTypeAudio</a></li>
  <li><a href="#section-SDLServiceTypeVideo">SDLServiceTypeVideo</a></li>
  <li><a href="#section-SDLServiceTypeBulkData">SDLServiceTypeBulkData</a></li>
</ul>

<h3>Overview</h3>

<p>Undocumented</p>


<section class="section task-group-section">
  <h3 id="section-SDLServiceTypeControl">
      SDLServiceTypeControl
  </h3>
  
  <p>Undocumented</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLServiceTypeControl</span> <span class="o">=</span> <span class="mh">0x00</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="k">case</span> <span class="n">control</span> <span class="o">=</span> <span class="mi">0</span></code></pre>

  
  
  
  <h3 id="section-SDLServiceTypeRPC">
      SDLServiceTypeRPC
  </h3>
  
  <p>Undocumented</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLServiceTypeRPC</span> <span class="n">NS_SWIFT_NAME</span><span class="p">(</span><span class="n">rpc</span><span class="p">)</span> <span class="o">=</span> <span class="mh">0x07</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="k">case</span> <span class="n">rpc</span> <span class="o">=</span> <span class="mi">7</span></code></pre>

  
  
  
  <h3 id="section-SDLServiceTypeAudio">
      SDLServiceTypeAudio
  </h3>
  
  <p>Undocumented</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLServiceTypeAudio</span> <span class="o">=</span> <span class="mh">0x0A</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="k">case</span> <span class="n">audio</span> <span class="o">=</span> <span class="mi">10</span></code></pre>

  
  
  
  <h3 id="section-SDLServiceTypeVideo">
      SDLServiceTypeVideo
  </h3>
  
  <p>Undocumented</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLServiceTypeVideo</span> <span class="o">=</span> <span class="mh">0x0B</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="k">case</span> <span class="n">video</span> <span class="o">=</span> <span class="mi">11</span></code></pre>

  
  
  
  <h3 id="section-SDLServiceTypeBulkData">
      SDLServiceTypeBulkData
  </h3>
  
  <p>Undocumented</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLServiceTypeBulkData</span> <span class="o">=</span> <span class="mh">0x0F</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="k">case</span> <span class="n">bulkData</span> <span class="o">=</span> <span class="mi">15</span></code></pre>

  
  
  
</section>