Dear sir,
I am trying to build app from source code in github, and its built succefully, but the app didnt download spinners content like "manufacturers" and the rest of contents!
I found in the code that there is folder in the project contain whole files but cant be built.
another question, how to add your code to read data of meter in my app using kotlin lang.?
thank you in advance
Hi,
I'm able to read current parameters well but when i go for reading profile generic i get "read captured object first error" . please help me to fix this error as i'd tried all solution available on forum but not able to solve it.
Thanks
Hi!
I want to read the description of all my GXDLMSObjectCollection objects. I call the function
"(GXDLMSObjectCollection).save(final OutputStream stream, final GXXmlWriterSettings settings)"
and creates the XML correctly but the function (GXDLMSObject).getDescription always return the String "Invalid" in ALL objects. Please, can you help me?