Skyle_ScreenResolution

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

Message with screen resolution of the client

  • Width in pixel

    Declaration

    Swift

    public var width: Int32
  • Height in pixel

    Declaration

    Swift

    public var height: Int32
  • Width in mm

    Declaration

    Swift

    public var widthInMm: Int32
  • Height in mm

    Declaration

    Swift

    public var heightInMm: Int32
  • Declaration

    Swift

    public var unknownFields: UnknownStorage
  • Declaration

    Swift

    public init()

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_ScreenResolution, rhs: Skyle_ScreenResolution) -> Bool