Hello mikko,
I think maybe its a bug
if im reading object using Read() i will get correct value since there are 2 timezone values.
Read(it,5)
obj
{Gurux.DLMS.Objects.GXDLMSDayProfile[1]}
[0]: {1 10:00:00.000 AM 0.0.10.0.100.255 1 8:00:00.000 PM 0.0.10.0.100.255 2}
But on calling ParseObjects(), i am just receiving just 1 timezone value.
ParseObjects(it.LogicalName, attrIndex, obj)
"[{\"DayId\":1,\"StartTime\":\"10:00:00.000 AM\",\"ScriptCode\":\"0.0.10.0.100.255\",\"Selector\":1}]"
ofcourse i cab skip this call and use directly Read(), but parseobjects is useful for parsing other octet values.
thanks
Hi, ParseObjects is used to…
Hi,
ParseObjects is used to parse the association view and you don't need that. Values are updated to the COSEM object when you read the value.
BR,
Mikko