Skyle_CalibMessages
public struct Skyle_CalibMessages : Sendable
extension Skyle_CalibMessages: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding
Message wrapping calibration host messages
-
Undocumented
Declaration
Swift
public var message: Skyle_CalibMessages.OneOf_Message?
-
Message describing the calibration status, gets sent on change
Declaration
Swift
public var calibControl: Skyle_CalibControl { get set }
-
Calibration point that gets sent on change
Declaration
Swift
public var calibPoint: Skyle_CalibPoint { get set }
-
Calibration quality, gets sent when calibration is done
Declaration
Swift
public var calibQuality: Skyle_CalibQuality { get set }
-
Declaration
Swift
public var unknownFields: UnknownStorage
-
Undocumented
See moreDeclaration
Swift
public enum OneOf_Message : Equatable, Sendable
-
Declaration
Swift
public init()
-
Declaration
Swift
public static let protoMessageName: String
-
Declaration
Swift
public static let _protobuf_nameMap: SwiftProtobuf._NameMap
-
Declaration
Swift
public mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
-
Declaration
Swift
public func traverse<V>(visitor: inout V) throws where V : Visitor
-
Declaration
Swift
public static func == (lhs: Skyle_CalibMessages, rhs: Skyle_CalibMessages) -> Bool