zway_fc_remove_node_from_network crashes

Discussions about Z-Way software and Z-Wave technology in general
Locked
sharky76
Posts: 3
Joined: 14 Feb 2016 19:59

zway_fc_remove_node_from_network crashes

Post by sharky76 »

Hello

I have the following problem:
While calling this method using C API, my app crashes with no debugging information since probably all symbols are stripped from the zway libs. This is how I call this method:

err = zway_fc_remove_node_from_network(zway, TRUE, TRUE, NULL, NULL, NULL)

And after sensor performs exclusion confirmation the app crashes.
My sensor is Ecolink Door/Window sensor.

Thanks for your help
sharky76
Posts: 3
Joined: 14 Feb 2016 19:59

Re: zway_fc_remove_node_from_network crashes

Post by sharky76 »

Never mind, I solved it
I tried to read data holder data after receiving Deleted change event
Locked