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

org.openmuc.jdlms.settings.client.HdlcSettings Maven / Gradle / Ivy

Go to download

jDLMS is a library implementing the DLMS/COSEM (IEC 62056) communication standard.

There is a newer version: 1.8.0
Show newest version
package org.openmuc.jdlms.settings.client;

import org.openmuc.jdlms.internal.sessionlayer.hdlc.HdlcAddressPair;

public interface HdlcSettings extends Settings {

    HdlcAddressPair addressPair();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy