I am using the Gurux Xamarin android application to read the smart meter. Now I would like to write into the meter. So can you guide by an example.
Thanks in advance.
In the Write object function how do we assigned the value to the item.
Can you provide the some example, how to read object and write some value back.
Thanks in advance
Hi, You need to first read…
Hi,
You need to first read the attribute data type. This is done automatically when you call read the attribute. You can also set that manually. Then you can write value like this:
https://github.com/Gurux/Gurux.DLMS.Android/blob/7a10a69eb0aa242bb19b06…
BR,
Mikko