Skyle_Profile
public struct Skyle_Profile : Sendable
extension Skyle_Profile: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding
Message describing a user profile
-
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 moreDeclaration
Swift
public enum Skill : SwiftProtobuf.Enum, Swift.CaseIterableextension Skyle_Profile.Skill: SwiftProtobuf._ProtoNameProviding -
Declaration
Swift
public init() -
Undocumented
Declaration
Swift
func profile() -> ET.Profile
-
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