Skyle_DeviceVersions
public struct Skyle_DeviceVersions : Sendable
extension Skyle_DeviceVersions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding
Message containing all build versions
-
Version of the firmware
Declaration
Swift
public var firmware: String -
Version of the eye tracking software
Declaration
Swift
public var eyetracker: String -
Version of the calibration software
Declaration
Swift
public var calib: String -
Version of the base system
Declaration
Swift
public var base: String -
Unique serial of this device
Declaration
Swift
public var serial: UInt64 -
Product type: 4 means iPad version, 1 means developer or windows version
Declaration
Swift
public var skyleType: Int32 -
Indicator if this is a demo device
Declaration
Swift
public var isDemo: Bool -
Declaration
Swift
public var unknownFields: UnknownStorage -
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_DeviceVersions, rhs: Skyle_DeviceVersions) -> Bool