gurux.dlms.asn.enums.GXOid Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gurux.dlms Show documentation
Show all versions of gurux.dlms Show documentation
gurux.dlms.java package is used to communicate with DLMS devices.
package gurux.dlms.asn.enums;
public interface GXOid {
/*
* Get string value for enumeration.
*/
String getValue();
}