Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
iOS Documentation
SDLEncryptionLifecycleManagerError

SDLEncryptionLifecycleManagerError Enumeration Reference

Section Contents

Overview

Errors associated with the SDLManager class.

SDLEncryptionLifecycleManagerErrorNotConnected

Some action was attempted that requires a connection to the remote head unit.

Objective-C

SDLEncryptionLifecycleManagerErrorNotConnected = -1

Swift

case notConnected = -1

SDLEncryptionLifecycleManagerErrorEncryptionOff

Received ACK with encryption bit set to false from the remote head unit

Objective-C

SDLEncryptionLifecycleManagerErrorEncryptionOff = -2

Swift

case encryptionOff = -2

SDLEncryptionLifecycleManagerErrorNAK

Received NAK from the remote head unit.

Objective-C

SDLEncryptionLifecycleManagerErrorNAK = -3

Swift

case NAK = -3

SDLEncryptionLifecycleManagerErrorUnknown

An unknown error occurred

Objective-C

SDLEncryptionLifecycleManagerErrorUnknown = -4

Swift

case unknown = -4
View on GitHub.com
Previous Section Next Section