package com.seewo.sdk.event;

import android.graphics.Rect;
import com.seewo.sdk.interfaces.f;
import com.seewo.sdk.model.SDKPCStatus;

/* JADX INFO: loaded from: classes.dex */
public class PCEvent {

    public static class AcceleratorExit {
    }

    public static class AcceleratorLaunch {
    }

    public static class AcceleratorStart {
        public int brushColor;
        public float brushWidth;
        public int delay;
        public Rect drawRect;
        public boolean singleWrite;

        private AcceleratorStart() {
        }

        public AcceleratorStart(float f2, int i) {
            this();
            this.brushWidth = f2;
            this.brushColor = i;
        }

        public AcceleratorStart(float f2, int i, boolean z, int i2, Rect rect) {
            this(f2, i);
            this.singleWrite = z;
            this.delay = i2;
            this.drawRect = rect;
        }
    }

    public static class AcceleratorStop {
        public int cleanDelayMillis;

        private AcceleratorStop() {
        }

        public AcceleratorStop(int i) {
            this();
            this.cleanDelayMillis = i;
        }
    }

    public static class DetectPCOff {
    }

    public static class DetectPCSleep {
    }

    public static class GetMachineLockQRCodeData {
        public String qrCodeMessage;

        private GetMachineLockQRCodeData() {
        }

        public GetMachineLockQRCodeData(String str) {
            this();
            this.qrCodeMessage = str;
        }
    }

    public static class GetMachineLockQRCodeResult {
        public String content;
        public int result;

        private GetMachineLockQRCodeResult() {
        }

        public GetMachineLockQRCodeResult(int i, String str) {
            this();
            this.result = i;
            this.content = str;
        }
    }

    public static class GetSendWakeUdpRequest {
    }

    public static class NotifyPcStatusChanged {
        public SDKPCStatus pcStatus;

        private NotifyPcStatusChanged() {
        }

        public NotifyPcStatusChanged(SDKPCStatus sDKPCStatus) {
            this();
            this.pcStatus = sDKPCStatus;
        }
    }

    public static class RecorderMessage {
        public f status;

        private RecorderMessage() {
        }

        public RecorderMessage(f fVar) {
            this();
            this.status = fVar;
        }
    }

    public static class USBUnlockCheckResult {
        public int result;
        public String user;

        private USBUnlockCheckResult() {
        }

        public USBUnlockCheckResult(int i, String str) {
            this();
            this.result = i;
            this.user = str;
        }
    }

    private PCEvent() {
    }
}
