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

org.openmuc.jdlms.internal.asn1.cosem.Integer8 Maven / Gradle / Ivy

/**
 * This class file was automatically generated by the AXDR compiler that is part of jDLMS (http://www.openmuc.org)
 */

package org.openmuc.jdlms.internal.asn1.cosem;

import org.openmuc.jdlms.internal.asn1.axdr.types.AxdrInteger;

public class Integer8 extends AxdrInteger {

    public Integer8() {
        super(-128, 127, -128);
    }

    public Integer8(byte[] code) {
        super(-128, 127, -128);
        this.code = code;
    }

    public Integer8(long val) {
        super(-128, 127, val);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy