summaryrefslogtreecommitdiff
path: root/docs/Enums/SDLEncryptionLifecycleManagerError.html
blob: 020808c75d8fc3e97fd497bec370328a0f65dc27 (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
<h1>SDLEncryptionLifecycleManagerError Enumeration Reference</h1>

<h3>Section Contents</h3>

<ul>
  <li><a href="#section-SDLEncryptionLifecycleManagerErrorNotConnected">SDLEncryptionLifecycleManagerErrorNotConnected</a></li>
  <li><a href="#section-SDLEncryptionLifecycleManagerErrorEncryptionOff">SDLEncryptionLifecycleManagerErrorEncryptionOff</a></li>
  <li><a href="#section-SDLEncryptionLifecycleManagerErrorNAK">SDLEncryptionLifecycleManagerErrorNAK</a></li>
  <li><a href="#section-SDLEncryptionLifecycleManagerErrorUnknown">SDLEncryptionLifecycleManagerErrorUnknown</a></li>
</ul>

<h3>Overview</h3>

<p>Errors associated with the SDLManager class.</p>


<section class="section task-group-section">
  <h3 id="section-SDLEncryptionLifecycleManagerErrorNotConnected">
      SDLEncryptionLifecycleManagerErrorNotConnected
  </h3>
  
  <p>Some action was attempted that requires a connection to the remote head unit.</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLEncryptionLifecycleManagerErrorNotConnected</span> <span class="o">=</span> <span class="o">-</span><span class="mi">1</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="k">case</span> <span class="n">notConnected</span> <span class="o">=</span> <span class="o">-</span><span class="mi">1</span></code></pre>

  
  
  
  <h3 id="section-SDLEncryptionLifecycleManagerErrorEncryptionOff">
      SDLEncryptionLifecycleManagerErrorEncryptionOff
  </h3>
  
  <p>Received ACK with encryption bit set to false from the remote head unit</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLEncryptionLifecycleManagerErrorEncryptionOff</span> <span class="o">=</span> <span class="o">-</span><span class="mi">2</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="k">case</span> <span class="n">encryptionOff</span> <span class="o">=</span> <span class="o">-</span><span class="mi">2</span></code></pre>

  
  
  
  <h3 id="section-SDLEncryptionLifecycleManagerErrorNAK">
      SDLEncryptionLifecycleManagerErrorNAK
  </h3>
  
  <p>Received NAK from the remote head unit.</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLEncryptionLifecycleManagerErrorNAK</span> <span class="o">=</span> <span class="o">-</span><span class="mi">3</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="k">case</span> <span class="kt">NAK</span> <span class="o">=</span> <span class="o">-</span><span class="mi">3</span></code></pre>

  
  
  
  <h3 id="section-SDLEncryptionLifecycleManagerErrorUnknown">
      SDLEncryptionLifecycleManagerErrorUnknown
  </h3>
  
  <p>An unknown error occurred</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLEncryptionLifecycleManagerErrorUnknown</span> <span class="o">=</span> <span class="o">-</span><span class="mi">4</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="k">case</span> <span class="n">unknown</span> <span class="o">=</span> <span class="o">-</span><span class="mi">4</span></code></pre>

  
  
  
</section>