Hi,
I read the association.
Object 0.0.96.1.19.255 has access
"<Access>13</Access>".
Director display in filed Access - "NoAccess".
Before read this attribute I use a condition
if (_client.CanRead(obj, index))
that returns - true.
Feld "Access" of this attribute has a value "ReadWrite"
Feld "Access3" of this attribute has a value "NoAccess" and this is correct.
Please tell me how to make it return the value "NoAccess"?
Thanks.
Hi, The Association Logical…
Hi,
The Association Logical Name version #3 is using Access3 and versions #0, #1 and #2 are using Access.
You can give access rights in svr_getAttributeAccess.
https://github.com/Gurux/GuruxDLMS.c/blob/cf91e941aec6135e8ff70cd5b3d50…
BR,
Mikko