Hi
I declare bottom object:
gxData gprskeepalivetime;
And attached a structure to it. I can read the values of the structure via Gurux director.
Now, I am going to detect changes. I use "svr_postWrite" function and when I change a value in this structure (via Gurux director), my print in the "svr_postWrite" function is shown.
But I am going to have new values in the structure. Can you guid me to do it?
I mean, I want to print new…
I mean, I want to print new values in the code (not in gurux director).
Hi, Are you using malloc? If…
Hi,
Are you using malloc? If you can share the content of the structure, I can check what you need to do. The framework handles all automatically with some simple data structures and you don't need to do anything, but it depends on the complexity of the data.
BR,
Mikko