Skyle_Profile

public struct Skyle_Profile : Sendable
extension Skyle_Profile: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding

Message describing a user profile

  • id

    Unique ID for a user (on this eye tracker)

    Declaration

    Swift

    public var id: Int32
  • Name or nickname for the profile

    Declaration

    Swift

    public var name: String
  • Skill of user

    Declaration

    Swift

    public var skill: Skyle_Profile.Skill
  • Declaration

    Swift

    public var unknownFields: UnknownStorage
  • Undocumented

    See more

    Declaration

    Swift

    public enum Skill : SwiftProtobuf.Enum, Swift.CaseIterable
    extension Skyle_Profile.Skill: SwiftProtobuf._ProtoNameProviding
  • Declaration

    Swift

    public init()
  • Undocumented

    Declaration

    Swift

    func profile() -> ET.Profile

Code below here is support for the SwiftProtobuf runtime.

  • 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_Profile, rhs: Skyle_Profile) -> Bool