org.openmuc.jdlms.settings.client.HdlcSettings Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdlms Show documentation
Show all versions of jdlms Show documentation
jDLMS is a library implementing the DLMS/COSEM (IEC 62056) communication standard.
package org.openmuc.jdlms.settings.client;
import org.openmuc.jdlms.internal.sessionlayer.hdlc.HdlcAddressPair;
public interface HdlcSettings extends Settings {
HdlcAddressPair addressPair();
}