i need finally in dictionary form but i can convert from xml
GXReplyData reply = new GXReplyData();
reply = PublicClientAAREAARQ(reply);
reply.Clear();
byte[][] readBlockType = GetOBISReadBlock(obis);
ReadDataBlock(readBlockType, reply);
Client.ParseAAREResponse(reply.Data);
here i am getting invalid tag error is there any other way i can read it, also please help in context of reading GXDLMSObjectCollection,
thanks in advance
Hi, You need to establish…
Hi,
You need to establish the connection to the meter before you can read anything. I propose that you check the client example. It does what you want to do.
https://github.com/Gurux/Gurux.DLMS.Net
BR,
Mikko