OneOf_Message
public enum OneOf_Message : Equatable, Sendable
Undocumented
-
Message describing the calibration status, gets sent on change
Declaration
Swift
case calibControl(Skyle_CalibControl)
-
Calibration point that gets sent on change
Declaration
Swift
case calibPoint(Skyle_CalibPoint)
-
Calibration quality, gets sent when calibration is done
Declaration
Swift
case calibQuality(Skyle_CalibQuality)