i have structure:
long
octet-string
visible-string
How can i add these to structure, I see there are only GXUInt8,GXUInt16,GXUInt32,GXUInt64 anf for long unsigned previously we used this:
e.g GXStructure data = new GXStructure();
data.Add(new GXUInt16(1));
data.Add(new GXUInt16(2));
GXDLMSData d = new GXDLMSData("1.0.0.2.0.255");
d.setValue(data);
how can i add the above values?
Hi,
Hi,
I just answerd for you questions here:
https://www.gurux.fi/node/16124
Please, don't make several questions from the same topic.
BR,
Mikko