All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.protocol.codec.cmpp.CmppActiveTestRespBody Maven / Gradle / Ivy

There is a newer version: 0.0.12
Show newest version
package io.github.protocol.codec.cmpp;

public class CmppActiveTestRespBody {

    private final byte reserved;

    public CmppActiveTestRespBody(byte reserved) {
        this.reserved = reserved;
    }

    public byte reserved() {
        return reserved;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy