package com.seewo.remote.c;

/* JADX INFO: compiled from: RS232Config.java */
/* JADX INFO: loaded from: classes.dex */
class e {
    private int a;

    public e(int i2) {
        this.a = i2;
    }

    public int a() {
        return this.a;
    }

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

    public String toString() {
        return "RS232Config{port=" + this.a + '}';
    }
}
