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 {
    private int b;

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

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

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

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