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

fr.jrds.snmpcodec.smi.SyntaxContainer Maven / Gradle / Ivy

Go to download

snmpcodec is a free and opensource implementation of OIDTextFormat and VariableTextFormat for SNMP4J.

The newest version!
package fr.jrds.snmpcodec.smi;

public interface SyntaxContainer {
    
    public Syntax getSyntax();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy