package com.seewo.sdk.event;

import android.graphics.Rect;
import com.seewo.sdk.interfaces.k;
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 i2) {
            this();
            this.brushWidth = f2;
            this.brushColor = i2;
        }

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

    public static class AcceleratorStop {
        public int cleanDelayMillis;

        private AcceleratorStop() {
        }

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

    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 i2, String str) {
            this();
            this.result = i2;
            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 k status;

        private RecorderMessage() {
        }

        public RecorderMessage(k kVar) {
            this();
            this.status = kVar;
        }
    }

    public static class SP20Command {
        public byte[] mCommand;

        private SP20Command() {
        }

        public SP20Command(byte[] bArr) {
            this();
            this.mCommand = bArr;
        }
    }

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

        private USBUnlockCheckResult() {
        }

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

    private PCEvent() {
    }
}
