By midhun1212, 14 March, 2024 Forums Gurux DLMS for Java Sir, I want to set multiple references to false for conformance in my Java program. How should I set conformance in a Java program? Hi, It's a collection so you… Hi, It's a collection so you can remove it like this: dlms.getProposedConformance().remove(Conformance.MULTIPLE_REFERENCES); You need to do this before calling the aarqRequest method. BR, Mikko Log in or register to post comments
Hi, It's a collection so you… Hi, It's a collection so you can remove it like this: dlms.getProposedConformance().remove(Conformance.MULTIPLE_REFERENCES); You need to do this before calling the aarqRequest method. BR, Mikko
Hi, It's a collection so you…
Hi,
It's a collection so you can remove it like this:
dlms.getProposedConformance().remove(Conformance.MULTIPLE_REFERENCES);
You need to do this before calling the aarqRequest method.
BR,
Mikko