Skyle_ResetMessage
public struct Skyle_ResetMessage : Sendable
extension Skyle_ResetMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding
Message to request resets
-
restart services (including gRPC server)
Declaration
Swift
public var services: Bool
-
restart the whole device (takes up to 30 secs)
Declaration
Swift
public var device: Bool
-
reset saved user data and calibs. WARNING! ONLY DO THIS WHEN YOU REALLY WANT TO DELETE ALL USER DATA!
Declaration
Swift
public var data: 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_ResetMessage, rhs: Skyle_ResetMessage) -> Bool