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

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

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

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

    private CmdSetUart() {
    }

    public boolean isEnable() {
        return this.f2741b;
    }

    public void setEnable(boolean z) {
        this.f2741b = z;
    }

    public CmdSetUart(boolean z) {
        this();
        this.f2741b = z;
    }
}
