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

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

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

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

    public CmdSetLvdsMapValue() {
        this.f3403b = 0;
    }

    public int getValue() {
        return this.f3403b;
    }

    public void setValue(int i2) {
        this.f3403b = i2;
    }

    public CmdSetLvdsMapValue(int i2) {
        this.f3403b = i2;
    }
}
