Reset
@available(*, deprecated, message: "This does not work on Skyle 3")
public class Reset : ObservableObject
Reset provides the following maintenance functions:
- Restart Skyles internal services including eyetracking, calibration and API
- Restart Skyle itself
- Reset all user data
-
A reference to the current client, which represents the gRPC connection. This is automatically updated by
ETwhen a new connection is established.Declaration
Swift
internal var client: Skyle_SkyleNIOClient? -
Internal empty constructor
Declaration
Swift
internal init() -
Internal constructor passing a possible client
Declaration
Swift
internal init(_ client: Skyle_SkyleNIOClient?) -
Restarts the eyetracking, calibration and API services of Skyle.
Declaration
Swift
public func services() -
Restarts Skyle.
Declaration
Swift
public func device() -
Deletes all
Profiles on Skyle and all user settings including calibrations, auto standby and auto pause.Declaration
Swift
public func data()