package com.seewo.sdk.internal.command.touch;

import com.seewo.sdk.internal.model.SDKParsable;
import com.seewo.sdk.model.SDKUSBSource;

/* JADX INFO: loaded from: classes.dex */
public class CmdSetTouchChannel implements SDKParsable {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private SDKUSBSource f3460b;

    private CmdSetTouchChannel() {
    }

    public SDKUSBSource getSource() {
        return this.f3460b;
    }

    public void setSource(SDKUSBSource sDKUSBSource) {
        this.f3460b = sDKUSBSource;
    }

    public CmdSetTouchChannel(SDKUSBSource sDKUSBSource) {
        this();
        this.f3460b = sDKUSBSource;
    }
}
