SecureConnectionParameters
public struct SecureConnectionParameters
Parameters used to describe a secure connection
-
Authentication mode
Declaration
Swift
public var authMode: AuthenticationMode -
Declaration
Swift
public var keyIndex: KeyIndex -
Declaration
Swift
public var keyValue: [UInt8] -
Declaration
Swift
public var commMode: CommMode -
To be set to true to actviate debug mode
Declaration
Swift
public var debugSecureCommunication: Bool -
Declaration
Swift
public init(authMode: AuthenticationMode, keyIndex: KeyIndex, keyValue: [UInt8], commMode: CommMode, debugSecureCommunication: Bool)
SecureConnectionParameters Structure Reference